summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-03-06 22:18:04 +0100
committermsvensson@neptunus.(none) <>2006-03-06 22:18:04 +0100
commitf2ce7dc7875a00c73a4dfc1a412fe295f4430c01 (patch)
tree2dc88cfe9f9413ea55c8f67c16dcfde82c305046 /client/mysqltest.c
parent67f6576de83905ee0f5f491695de6571257cb580 (diff)
downloadmariadb-git-f2ce7dc7875a00c73a4dfc1a412fe295f4430c01.tar.gz
Fix typo
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index d37f60959d0..09072d430f9 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -1360,7 +1360,7 @@ int do_modify_var(struct st_query *query,
const char *p= query->first_argument;
VAR* v;
if (!*p)
- die("Missing argument to %.*s", query->first_word_len, query->query);
+ die("Missing arguments to %.*s", query->first_word_len, query->query);
if (*p != '$')
die("First argument to %.*s must be a variable (start with $)",
query->first_word_len, query->query);