diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2015-08-12 23:03:45 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@seravo.fi> | 2015-08-27 00:39:44 +0300 |
commit | a273f016a1a8af8d3b60af804675cd4fd706132e (patch) | |
tree | f638253f07bad0ffac72e5f136f9325f5f0b4265 /storage/spider/spd_param.cc | |
parent | f425c71aba5a52e603fde8582838e3d89771c032 (diff) | |
download | mariadb-git-a273f016a1a8af8d3b60af804675cd4fd706132e.tar.gz |
Fix spelling errors
Diffstat (limited to 'storage/spider/spd_param.cc')
-rw-r--r-- | storage/spider/spd_param.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/spider/spd_param.cc b/storage/spider/spd_param.cc index 7376bfc0499..6d7baa8a584 100644 --- a/storage/spider/spd_param.cc +++ b/storage/spider/spd_param.cc @@ -1859,7 +1859,7 @@ int spider_param_auto_increment_mode( static MYSQL_THDVAR_BOOL( same_server_link, /* name */ PLUGIN_VAR_OPCMDARG, /* opt */ - "Permit to link same server's table", /* comment */ + "Permit one to link same server's table", /* comment */ NULL, /* check */ NULL, /* update */ FALSE /* def */ |