From 4735ddce40ae815593ee78e83410c05b7a687d1b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Fri, 12 Nov 2004 01:47:52 +0000 Subject: correct a type in the error message git-svn-id: https://svn.musicpd.org/mpd/trunk@2625 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') 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; } -- cgit v1.2.3