Commit 01a35c19 authored by unknown's avatar unknown

Fix typo


client/mysqltest.c:
  Fix typo, add extra "s"
parent e33e0bfc
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment