Commit 986a0ffc authored by Warren Dukes's avatar Warren Dukes

fix spelling error

git-svn-id: https://svn.musicpd.org/mpd/trunk@3245 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 6db819ce
......@@ -469,7 +469,7 @@ int handleSearch(FILE * fp, unsigned int * permission, int argArrayLength,
argArrayLength-1, &items);
if(numItems <= 0) {
commandError(fp, ACK_ERROR_ARG, "incorrect ags", NULL);
commandError(fp, ACK_ERROR_ARG, "incorrect arguments", NULL);
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment