flac spelling fixes from np
git-svn-id: https://svn.musicpd.org/mpd/trunk@2116 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
5b2748297d
commit
2d9c057283
@ -277,7 +277,7 @@ void flacError(const FLAC__SeekableStreamDecoder *dec,
|
|||||||
ERROR("crc mismatch %s\n", data->path);
|
ERROR("crc mismatch %s\n", data->path);
|
||||||
break;
|
break;
|
||||||
default:
|
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);
|
ERROR("flac seekable stream error: %s\n",file);
|
||||||
break;
|
break;
|
||||||
case FLAC__SEEKABLE_STREAM_DECODER_ALREADY_INITIALIZED:
|
case FLAC__SEEKABLE_STREAM_DECODER_ALREADY_INITIALIZED:
|
||||||
ERROR("flac decoder already initilaized: %s\n",file);
|
ERROR("flac decoder already initialized: %s\n",file);
|
||||||
break;
|
break;
|
||||||
case FLAC__SEEKABLE_STREAM_DECODER_INVALID_CALLBACK:
|
case FLAC__SEEKABLE_STREAM_DECODER_INVALID_CALLBACK:
|
||||||
ERROR("invalid flac callback\n");
|
ERROR("invalid flac callback\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user