From 42d57fa648234c3e38d954943df06cbd9e1a2d69 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 25 Sep 2004 23:45:55 +0000 Subject: [PATCH] fix minor comment typos --- include/FLAC/stream_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h index cd6ebe80..9c2c3670 100644 --- a/include/FLAC/stream_decoder.h +++ b/include/FLAC/stream_decoder.h @@ -753,7 +753,7 @@ FLAC_API FLAC__bool FLAC__stream_decoder_reset(FLAC__StreamDecoder *decoder); * * Unless there is a fatal read error or end of stream, this function * will return once one whole frame is decoded. In other words, if the - * stream is not syncronized or points to a corrupt frame header, the + * stream is not synchronized or points to a corrupt frame header, the * decoder will continue to try and resync until it gets to a valid * frame, then decode one frame, then return. If the decoder points to * frame whose frame CRC in the frame footer does not match the