From 797277a233eb779627a497ea98c756fa69ab5120 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 17 Jun 2015 22:23:08 +0200 Subject: Various spelling fixes Signed-off-by: wm4 --- audio/filter/af.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/filter/af.c') diff --git a/audio/filter/af.c b/audio/filter/af.c index 5a686e813c..e67fc29203 100644 --- a/audio/filter/af.c +++ b/audio/filter/af.c @@ -646,7 +646,7 @@ struct af_instance *af_add(struct af_stream *s, char *name, char *label, return NULL; new->label = talloc_strdup(new, label); - // Reinitalize the filter list + // Reinitialize the filter list if (af_reinit(s) != AF_OK) { af_remove_by_label(s, label); return NULL; -- cgit v1.2.3