diff options
author | msvensson@neptunus.(none) <> | 2006-03-06 22:18:04 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-03-06 22:18:04 +0100 |
commit | f2ce7dc7875a00c73a4dfc1a412fe295f4430c01 (patch) | |
tree | 2dc88cfe9f9413ea55c8f67c16dcfde82c305046 /client/mysqltest.c | |
parent | 67f6576de83905ee0f5f491695de6571257cb580 (diff) | |
download | mariadb-git-f2ce7dc7875a00c73a4dfc1a412fe295f4430c01.tar.gz |
Fix typo
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r-- | client/mysqltest.c | 2 |
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); |