diff options
-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 248fa1542..66ac072c5 100644 --- a/src/command.c +++ b/src/command.c @@ -449,7 +449,7 @@ int handleFind(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; } |