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_export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/filter/af_export.c') diff --git a/audio/filter/af_export.c b/audio/filter/af_export.c index f2613530e5..6020d9d98e 100644 --- a/audio/filter/af_export.c +++ b/audio/filter/af_export.c @@ -167,7 +167,7 @@ static int filter(struct af_instance *af, struct mp_audio *data) return 0; struct mp_audio* c = data; // Current working data af_export_t* s = af->priv; // Setup for this instance - int16_t* a = c->planes[0]; // Incomming sound + int16_t* a = c->planes[0]; // Incoming sound int nch = c->nch; // Number of channels int len = c->samples*c->nch; // Number of sample in data chunk int sz = s->sz; // buffer size (in samples) -- cgit v1.2.3