summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
diff options
context:
space:
mode:
authorfluesvamp <askeblad@outlook.com>2022-08-07 17:07:39 -0500
committerVicențiu Ciorbaru <cvicentiu@gmail.com>2022-08-09 18:41:09 +0300
commitf2830af16c3a8c551e6b2821e5c7a33e652127b4 (patch)
tree81a4e95e0f3418455087807d86efc0e068c974ee /client/mysqlimport.c
parent195833f1b641b0e119507040ae6feb607201900e (diff)
downloadmariadb-git-f2830af16c3a8c551e6b2821e5c7a33e652127b4.tar.gz
Fix typos in the codebase.
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r--client/mysqlimport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c
index 9d83e65535d..3ec23b874ca 100644
--- a/client/mysqlimport.c
+++ b/client/mysqlimport.c
@@ -579,7 +579,7 @@ static char *add_load_option(char *ptr, const char *object,
/*
** Allow the user to specify field terminator strings like:
** "'", "\", "\\" (escaped backslash), "\t" (tab), "\n" (newline)
-** This is done by doubleing ' and add a end -\ if needed to avoid
+** This is done by doubling ' and add a end -\ if needed to avoid
** syntax errors from the SQL parser.
*/