commit 18791db2238d6282a2fcdd054383d549ec8e28d9 parent 0984bb3b1e5e449b2aa86a04f180651aff099e23 Author: sin <sin@2f30.org> Date: Sat, 27 Dec 2014 23:15:36 +0000 Update error message Diffstat:
M | cmd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd.c b/cmd.c @@ -243,7 +243,7 @@ static void cmdsearch(int fd, char *arg) { if (!arg[0]) { - dprintf(fd, "ERR expects search string\n"); + dprintf(fd, "ERR expectede search string\n"); return; } if (searchplaylist(fd, arg) != -1)