From: Josh Coalson Date: Sat, 3 Jan 2009 01:46:02 +0000 (+0000) Subject: typo X-Git-Tag: 1.3.0pre1~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a57008032a98940f5fcbe0d0ee66d0f2c6c751e;p=platform%2Fupstream%2Fflac.git typo --- diff --git a/src/utils/flacdiff/main.cpp b/src/utils/flacdiff/main.cpp index 52697a9..3923e53 100644 --- a/src/utils/flacdiff/main.cpp +++ b/src/utils/flacdiff/main.cpp @@ -104,7 +104,7 @@ protected: virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) { - fprintf(stderr, "get error %d:%s\n", status, ::FLAC__StreamDecoderErrorStatusString[status]); + fprintf(stderr, "got error %d:%s\n", status, ::FLAC__StreamDecoderErrorStatusString[status]); go_ = false; err_ = true; }