summaryrefslogtreecommitdiff
path: root/client/mysql.cc
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/mysql.cc
parent195833f1b641b0e119507040ae6feb607201900e (diff)
downloadmariadb-git-f2830af16c3a8c551e6b2821e5c7a33e652127b4.tar.gz
Fix typos in the codebase.
Diffstat (limited to 'client/mysql.cc')
-rw-r--r--client/mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index d429a014194..4d14dc0f5f6 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -2334,7 +2334,7 @@ static bool add_line(String &buffer, char *line, size_t line_length,
!(*in_string &&
(mysql.server_status & SERVER_STATUS_NO_BACKSLASH_ESCAPES)))
{
- // Found possbile one character command like \c
+ // Found possible one character command like \c
/*
The null-terminating character (ASCII '\0') marks the end of user