fix common misspellings

These fixes were mostly generated with `codespell' [0] and manually
reviewed.

[0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
This commit is contained in:
Jonathan Neuschäfer
2011-03-31 21:43:53 +02:00
committed by Max Kellermann
parent be798998bf
commit 6d3ed3f16f
22 changed files with 38 additions and 38 deletions

View File

@@ -205,7 +205,7 @@ flac_encoder_open(struct encoder *_encoder, struct audio_format *audio_format,
pcm_buffer_init(&encoder->buffer);
pcm_buffer_init(&encoder->expand_buffer);
/* this immediatelly outputs data throught callback */
/* this immediately outputs data through callback */
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7
{