diff options
author | fluesvamp <askeblad@outlook.com> | 2022-08-07 17:07:39 -0500 |
---|---|---|
committer | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2022-08-09 18:41:09 +0300 |
commit | f2830af16c3a8c551e6b2821e5c7a33e652127b4 (patch) | |
tree | 81a4e95e0f3418455087807d86efc0e068c974ee /client/mysql_plugin.c | |
parent | 195833f1b641b0e119507040ae6feb607201900e (diff) | |
download | mariadb-git-f2830af16c3a8c551e6b2821e5c7a33e652127b4.tar.gz |
Fix typos in the codebase.
Diffstat (limited to 'client/mysql_plugin.c')
-rw-r--r-- | client/mysql_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index bfe394ae758..f496db4e72b 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -281,7 +281,7 @@ static char *convert_path(const char *argument) @param[in] path The Windows path to examine. - @returns string containing excaped quotes if spaces found in path + @returns string containing escaped quotes if spaces found in path */ static char *add_quotes(const char *path) { |