summaryrefslogtreecommitdiff
path: root/client/mysql_plugin.c
diff options
context:
space:
mode:
authorIan Gilfillan <github@greenman.co.za>2020-06-05 00:02:55 +0200
committerAnel <an3l@users.noreply.github.com>2020-06-08 11:58:44 +0200
commit4f48856906a0d332695b04b408a5b4886b84386e (patch)
tree46b7b787b49ad9023cc439dfe9b947806f75bd54 /client/mysql_plugin.c
parentd218d1aa49e848cef2bdbe83bbaf08e474d5209c (diff)
downloadmariadb-git-4f48856906a0d332695b04b408a5b4886b84386e.tar.gz
Client spelling mistakes
Diffstat (limited to 'client/mysql_plugin.c')
-rw-r--r--client/mysql_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c
index 682a2365a92..f50c3388b70 100644
--- a/client/mysql_plugin.c
+++ b/client/mysql_plugin.c
@@ -1019,7 +1019,7 @@ static int find_plugin(char *tp_path)
/**
- Build the boostrap file.
+ Build the bootstrap file.
Create a new file and populate it with SQL commands to ENABLE or DISABLE
the plugin via REPLACE and DELETE operations on the mysql.plugin table.
@@ -1148,7 +1148,7 @@ exit:
Create a command line sequence to launch mysqld in bootstrap mode. This
will allow mysqld to launch a minimal server instance to read and
- execute SQL commands from a file piped in (the boostrap file). We use
+ execute SQL commands from a file piped in (the bootstrap file). We use
the --no-defaults option to skip reading values from the config file.
The bootstrap mode skips loading of plugins and many other subsystems.