Commit 9bfbea68 authored by unknown's avatar unknown

- typo fix for newly added error message

parent 605bfe93
...@@ -3642,7 +3642,7 @@ static void get_options(int argc,char **argv) ...@@ -3642,7 +3642,7 @@ static void get_options(int argc,char **argv)
if (!mysqld_user) if (!mysqld_user)
mysqld_user=optarg; mysqld_user=optarg;
else else
fprintf(stderr, "Warning: Ignoring user change to '%s' becasue the user is set to '%s' earlier on the command line\n", optarg, mysqld_user); fprintf(stderr, "Warning: Ignoring user change to '%s' because the user was set to '%s' earlier on the command line\n", optarg, mysqld_user);
break; break;
case 'v': case 'v':
case 'V': case 'V':
......
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