fix typo in comment
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 30 Dec 2004 00:58:50 +0000 (00:58 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 30 Dec 2004 00:58:50 +0000 (00:58 +0000)
src/libFLAC/stream_encoder.c

index f9be720..610e1b9 100644 (file)
@@ -917,7 +917,7 @@ FLAC_API FLAC__StreamEncoderState FLAC__stream_encoder_init(FLAC__StreamEncoder
         *
         * WATCHOUT: libOggFLAC depends on us to write this block after the
         * STREAMINFO since that's what the mapping requires.  (In the case
-        * that metadata_has_vorbis_comment it true it will have already
+        * that metadata_has_vorbis_comment is true it will have already
         * insured that the metadata list is properly ordered.)
         */
        if(!metadata_has_vorbis_comment) {