Hopefully the last of the spelling fixes :>
git-svn-id: https://svn.musicpd.org/mpd/trunk@3923 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -170,7 +170,7 @@ static int myShout_initDriver(AudioOutput * audioOutput, ConfigParam * param) {
|
||||
|
||||
if(*test != '\0' || sd->quality < 0.0 || sd->quality > 10.0) {
|
||||
ERROR("shout quality \"%s\" is not a number in the "
|
||||
"rage 0-10, line %i\n", blockParam->value,
|
||||
"range 0-10, line %i\n", blockParam->value,
|
||||
blockParam->line);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
@@ -196,7 +196,7 @@ static int myShout_initDriver(AudioOutput * audioOutput, ConfigParam * param) {
|
||||
sd->bitrate = strtol(blockParam->value, &test, 10);
|
||||
|
||||
if(*test != '\0' || sd->bitrate <= 0) {
|
||||
ERROR("bitrate at line %i should be a positve integer "
|
||||
ERROR("bitrate at line %i should be a positive integer "
|
||||
"\n", blockParam->line);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user