From 696d68c0c3803c28971d6a36a3537a90743dd8b3 Mon Sep 17 00:00:00 2001
From: Gregory Maxwell <greg@xiph.org>
Date: Sat, 6 Oct 2012 10:51:04 -0400
Subject: [PATCH] Fix typo in documentation for opus_decoder_create().

---
 include/opus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opus.h b/include/opus.h
index bb07a16a7..ccf3e2015 100644
--- a/include/opus.h
+++ b/include/opus.h
@@ -343,7 +343,7 @@ OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NON
   * 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
-- 
GitLab