shithub: opus

Download patch

ref: 696d68c0c3803c28971d6a36a3537a90743dd8b3
parent: 9fec9bb39103a2e945b7099ad906c7fe9a9a8c3d
author: Gregory Maxwell <[email protected]>
date: Sat Oct 6 06:51:04 EDT 2012

Fix typo in documentation for opus_decoder_create().

--- a/include/opus.h
+++ b/include/opus.h
@@ -343,7 +343,7 @@
   * where
   * @li Fs is the sampling rate and must be 8000, 12000, 16000, 24000, or 48000
   * @li channels is the number of channels (1 or 2)
-  * @li error will hold the error code in case or failure (or #OPUS_OK on success)
+  * @li error will hold the error code in case of failure (or #OPUS_OK on success)
   * @li the return value is a newly created decoder state to be used for decoding
   *
   * While opus_decoder_create() allocates memory for the state, it's also possible