Skip to content

Commit 6d9c16d

Browse files
foolipgmaxwell
authored andcommitted
Fix common misspellings
I stumbled upon the typo in README.draft, so took the opportunity to grep for common misspellings using List_of_common_misspellings.txt for hunspell.
1 parent e23b15f commit 6d9c16d

26 files changed

+36
-36
lines changed

README.draft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ options:
5151
-loss <perc> : simulate packet loss, in percent (0-100); default: 0
5252

5353
input and output are little endian signed 16-bit PCM files or opus bitstreams
54-
with simple opus_demo propritary framing.
54+
with simple opus_demo proprietary framing.

doc/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ HTML_FILE_EXTENSION = .html
835835
# standard header. Note that when using a custom header you are responsible
836836
# for the proper inclusion of any scripts and style sheets that doxygen
837837
# needs, which is dependent on the configuration options used.
838-
# It is adviced to generate a default header using "doxygen -w html
838+
# It is advised to generate a default header using "doxygen -w html
839839
# header.html footer.html stylesheet.css YourConfigFile" and then modify
840840
# that header. Note that the header is subject to change so you typically
841841
# have to redo this when upgrading to a newer version of doxygen or when changing the value of configuration settings such as GENERATE_TREEVIEW!

doc/draft-ietf-codec-opus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7528,7 +7528,7 @@ implementation. The passing threshold (quality 0) was calibrated in such a way t
75287528
additive white noise with a 48 dB SNR (similar to what can be obtained on a cassette deck).
75297529
It is still possible for an implementation to sound very good with such a low quality measure
75307530
(e.g. if the deviation is due to inaudible phase distortion), but unless this is verified by
7531-
listening tests, it is RECOMMENDED that implementations achive a quality above 90 for 48&nbsp;kHz
7531+
listening tests, it is RECOMMENDED that implementations achieve a quality above 90 for 48&nbsp;kHz
75327532
decoding. For other sampling rates, it is normal for the quality metric to be lower
75337533
(typically as low as 50 even for a good implementation) because of harmless mismatch with
75347534
the delay and phase of the internal sampling rate conversion.

doc/draft-spittka-payload-rtp-opus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"maxcodedaudiobandwidth" as this would lead to inefficient use of network resources. The "maxcodedaudiobandwidth" parameter does not
762762
affect interoperability. Also, this parameter SHOULD NOT be used
763763
to adjust the audio bandwidth as a function of the bitrates, as this
764-
is the responsability of the Opus encoder implementation.
764+
is the responsibility of the Opus encoder implementation.
765765
</t>
766766

767767
<t>The parameter "maxaveragebitrate" is a unidirectional receive-only

include/opus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NON
371371
* @li max_size is the max duration of the frame in samples (per channel) that can fit into the decoded_frame array
372372
*
373373
* opus_decode() and opus_decode_float() return the number of samples (per channel) decoded from the packet.
374-
* If that value is negative, then an error has occured. This can occur if the packet is corrupted or if the audio
374+
* If that value is negative, then an error has occurred. This can occur if the packet is corrupted or if the audio
375375
* buffer is too small to hold the decoded audio.
376376
*
377377
* Opus is a stateful codec with overlapping blocks and as a result Opus

include/opus_multistream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ extern "C" {
108108
* elementary Opus stream, the encoder and decoder must negotiate the channel
109109
* configuration before the decoder can successfully interpret the data in the
110110
* packets produced by the encoder. Some basic information, such as packet
111-
* duration, can be computed without any special negotation.
111+
* duration, can be computed without any special negotiation.
112112
*
113113
* The format for multistream Opus packets is defined in the
114114
* <a href="http://tools.ietf.org/html/draft-terriberry-oggopus">Ogg

opus.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int main ()
102102
echo "*** If you have an old version installed, it is best to remove it, although"
103103
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
104104
[ echo "*** The test program failed to compile or link. See the file config.log for the"
105-
echo "*** exact error that occured. This usually means Opus was incorrectly installed"
105+
echo "*** exact error that occurred. This usually means Opus was incorrectly installed"
106106
echo "*** or that you have moved Opus since it was installed." ])
107107
CFLAGS="$ac_save_CFLAGS"
108108
LIBS="$ac_save_LIBS"

silk/NLSF_stabilize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
3131

3232
/* NLSF stabilizer: */
3333
/* */
34-
/* - Moves NLSFs futher apart if they are too close */
34+
/* - Moves NLSFs further apart if they are too close */
3535
/* - Moves NLSFs away from borders if they are too close */
3636
/* - High effort to achieve a modification with minimum */
3737
/* Euclidean distance to input vector */

silk/PLC.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ static inline void silk_PLC_conceal(
363363
RESTORE_STACK;
364364
}
365365

366-
/* Glues concealed frames with new good recieved frames */
366+
/* Glues concealed frames with new good received frames */
367367
void silk_PLC_glue_frames(
368368
silk_decoder_state *psDec, /* I/O decoder state */
369369
opus_int16 frame[], /* I/O signal */

silk/SigProc_FIX.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ void silk_burg_modified(
313313
opus_int32 A_Q16[], /* O Prediction coefficients (length order) */
314314
const opus_int16 x[], /* I Input signal, length: nb_subfr * ( D + subfr_length ) */
315315
const opus_int32 minInvGain_Q30, /* I Inverse of max prediction gain */
316-
const opus_int subfr_length, /* I Input signal subframe length (incl. D preceeding samples) */
316+
const opus_int subfr_length, /* I Input signal subframe length (incl. D preceding samples) */
317317
const opus_int nb_subfr, /* I Number of subframes stacked in x */
318318
const opus_int D /* I Order */
319319
);
@@ -379,7 +379,7 @@ static inline opus_int32 silk_ROR32( opus_int32 a32, opus_int rot )
379379
}
380380
}
381381

382-
/* Allocate opus_int16 alligned to 4-byte memory address */
382+
/* Allocate opus_int16 aligned to 4-byte memory address */
383383
#if EMBEDDED_ARM
384384
#define silk_DWORD_ALIGN __attribute__((aligned(4)))
385385
#else

0 commit comments

Comments
 (0)