diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 2 |
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; } |