summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-03-06 22:18:04 +0100
committerunknown <msvensson@neptunus.(none)>2006-03-06 22:18:04 +0100
commit01a35c19cb81aa31934af62d4217bfcfe2bb6dd1 (patch)
tree2dc88cfe9f9413ea55c8f67c16dcfde82c305046 /client
parente33e0bfc938c7cc7c7c5e836109ad7302f4d5940 (diff)
downloadmariadb-git-01a35c19cb81aa31934af62d4217bfcfe2bb6dd1.tar.gz
Fix typo
client/mysqltest.c: Fix typo, add extra "s"
Diffstat (limited to 'client')
-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);