aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-09-08 18:24:18 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-09-08 18:24:18 +0000
commit2d9c0572835a0b67613ec88477eef6ec7aa814c0 (patch)
tree11ceb34004d0024ac291f14daeada91ecbbc0d4e /src/inputPlugins
parent5b2748297dc7e71c2f9fc7e8c8f98f7773134678 (diff)
downloadmpd-2d9c0572835a0b67613ec88477eef6ec7aa814c0.tar.gz
mpd-2d9c0572835a0b67613ec88477eef6ec7aa814c0.tar.xz
mpd-2d9c0572835a0b67613ec88477eef6ec7aa814c0.zip
flac spelling fixes from np
git-svn-id: https://svn.musicpd.org/mpd/trunk@2116 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputPlugins')
-rw-r--r--src/inputPlugins/flac_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inputPlugins/flac_plugin.c b/src/inputPlugins/flac_plugin.c
index 5d1a4e02f..1adf5a349 100644
--- a/src/inputPlugins/flac_plugin.c
+++ b/src/inputPlugins/flac_plugin.c
@@ -277,7 +277,7 @@ void flacError(const FLAC__SeekableStreamDecoder *dec,
ERROR("crc mismatch %s\n", data->path);
break;
default:
- ERROR("unknow flac error %s\n", data->path);
+ ERROR("unknown flac error %s\n", data->path);
}
}
@@ -298,7 +298,7 @@ void flacPrintErroredState(FLAC__SeekableStreamDecoderState state,
ERROR("flac seekable stream error: %s\n",file);
break;
case FLAC__SEEKABLE_STREAM_DECODER_ALREADY_INITIALIZED:
- ERROR("flac decoder already initilaized: %s\n",file);
+ ERROR("flac decoder already initialized: %s\n",file);
break;
case FLAC__SEEKABLE_STREAM_DECODER_INVALID_CALLBACK:
ERROR("invalid flac callback\n");