From faf2f2716aa928fbe0f4785769f804f26849b606 Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer Date: Mon, 11 Aug 2014 08:53:42 +0200 Subject: [PATCH] Spelling --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dcfd003..dc101fd 100644 --- a/README +++ b/README @@ -147,7 +147,7 @@ Flushing: aec_encode can be used in a streaming fashion by chunking input and output and specifying AEC_NO_FLUSH. The function will return if either the input runs empty or the output buffer is full. The calling -function can check avail_in and avail_out to see what occcurred. The +function can check avail_in and avail_out to see what occurred. The last call to aec_encode() must set AEC_FLUSH to drain all output. aec.c is an example of streaming usage of encoding and decoding. -- 2.7.4