From b1e7c18aeeaa752d9bc236a04b254824189b2523 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 16 Feb 2004 17:09:18 +0000 Subject: Spelling fix Original commit message from CVS: Spelling fix --- ext/flac/gstflacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index f468838c..25769bcf 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -301,7 +301,7 @@ gst_flacdec_error_callback (const FLAC__SeekableStreamDecoder *decoder, error = "CRC mismatch"; break; default: - error = "unkown error"; + error = "unknown error"; break; } -- cgit