aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-05-07 00:46:44 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-05-07 00:46:44 +0000
commit986a0ffc2410b820a3389074e6f0c27a7b8dcffe (patch)
tree719156ae8587ed3c8a2612a7007dcf846e6ae155 /src/command.c
parent6db819cefead7e0c0ae38c592331e74b507d9429 (diff)
downloadmpd-986a0ffc2410b820a3389074e6f0c27a7b8dcffe.tar.gz
mpd-986a0ffc2410b820a3389074e6f0c27a7b8dcffe.tar.xz
mpd-986a0ffc2410b820a3389074e6f0c27a7b8dcffe.zip
fix spelling error
git-svn-id: https://svn.musicpd.org/mpd/trunk@3245 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 02d0ae3b7..6b6b670ce 100644
--- a/src/command.c
+++ b/src/command.c
@@ -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;
}