@@ -150,7 +150,7 @@ TL_API const char *get_twolame_url(void);
150
150
/** Print the library version and
151
151
* encoder parameter settings to STDERR.
152
152
*
153
- * Will display differnent ammounts of information
153
+ * Will display different amounts of information
154
154
* depending on the verbosity setting.
155
155
* If verbosity is set to 0 then no message will be displayed.
156
156
*
@@ -188,7 +188,7 @@ TL_API int twolame_init_params(twolame_options * glopts);
188
188
189
189
/** Encode some 16-bit PCM audio to MP2.
190
190
*
191
- * Takes 16-bit PCM audio samples from seperate left and right
191
+ * Takes 16-bit PCM audio samples from separate left and right
192
192
* buffers and places encoded audio into mp2buffer.
193
193
*
194
194
* \param glopts twolame options pointer
@@ -228,7 +228,7 @@ TL_API int twolame_encode_buffer_interleaved(twolame_options * glopts,
228
228
229
229
/** Encode some 32-bit PCM audio to MP2.
230
230
*
231
- * Takes 32-bit floating point PCM audio samples from seperate
231
+ * Takes 32-bit floating point PCM audio samples from separate
232
232
* left and right buffers and places encoded audio into mp2buffer.
233
233
*
234
234
* Note: the 32-bit samples are currently scaled down to
@@ -378,7 +378,7 @@ TL_API TWOLAME_MPEG_version twolame_get_version(twolame_options * glopts);
378
378
TL_API const char * twolame_get_version_name (twolame_options * glopts );
379
379
380
380
381
- /** Set the freeformat strem mode.
381
+ /** Set the freeformat stream mode.
382
382
*
383
383
* \param glopts pointer to twolame options pointer
384
384
* \param freef freeformat mode ( TRUE / FALSE )
@@ -689,7 +689,7 @@ TL_API int twolame_get_error_protection(twolame_options * glopts);
689
689
TL_API int twolame_set_copyright (twolame_options * glopts , int copyright );
690
690
691
691
692
- /** Get the copright flag state
692
+ /** Get the copyright flag state
693
693
*
694
694
* \param glopts pointer to twolame options pointer
695
695
* \return state of the copyright flag (TRUE/FALSE)
0 commit comments