ref: 6a8d01560cd601404320e77d6628d0d2eb92aa6e
parent: 252f1914f3f2d33770267881a149a281f6b88531
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Sun Dec 23 08:40:05 EST 2012
Fix a typo. Thanks to e98 for the report.
--- a/include/opusfile.h
+++ b/include/opusfile.h
@@ -1353,7 +1353,7 @@
channel ordering</a>.
This must have room for at least \a _buf_size values.
\param _buf_size The number of values that can be stored in \a _pcm.
- It is reccommended that this be large enough for at
+ It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (5760
values per channel).
Smaller buffers will simply return less data, possibly
@@ -1435,7 +1435,7 @@
channel ordering</a>.
This must have room for at least \a _buf_size floats.
\param _buf_size The number of floats that can be stored in \a _pcm.
- It is reccommended that this be large enough for at
+ It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (5760
samples per channel).
Smaller buffers will simply return less data, possibly
@@ -1503,7 +1503,7 @@
buffer.
This must have room for at least \a _buf_size values.
\param _buf_size The number of values that can be stored in \a _pcm.
- It is reccommended that this be large enough for at
+ It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (11520
values total).
Smaller buffers will simply return less data, possibly
@@ -1564,7 +1564,7 @@
buffer.
This must have room for at least \a _buf_size values.
\param _buf_size The number of values that can be stored in \a _pcm.
- It is reccommended that this be large enough for at
+ It is recommended that this be large enough for at
least 120 ms of data at 48 kHz per channel (11520
values total).
Smaller buffers will simply return less data, possibly