summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-02-16 17:09:18 +0000
committerJohan Dahlin <johan@gnome.org>2004-02-16 17:09:18 +0000
commitb1e7c18aeeaa752d9bc236a04b254824189b2523 (patch)
tree2a8fe20d54e0e8e1b6569d174fec23103b86f5b7 /ext/flac/gstflacdec.c
parentbf47789f8a32c43f20a9d806352decc21a5e8db2 (diff)
Spelling fix
Original commit message from CVS: Spelling fix
Diffstat (limited to 'ext/flac/gstflacdec.c')
-rw-r--r--ext/flac/gstflacdec.c2
1 files changed, 1 insertions, 1 deletions
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;
}