summaryrefslogtreecommitdiff
path: root/client/mysql_upgrade.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/mysql_upgrade.c
parent195833f1b641b0e119507040ae6feb607201900e (diff)
downloadmariadb-git-f2830af16c3a8c551e6b2821e5c7a33e652127b4.tar.gz
Fix typos in the codebase.
Diffstat (limited to 'client/mysql_upgrade.c')
-rw-r--r--client/mysql_upgrade.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c
index dde866c6c1d..0c60ce5bd6e 100644
--- a/client/mysql_upgrade.c
+++ b/client/mysql_upgrade.c
@@ -701,7 +701,7 @@ static char upgrade_info_file[FN_REFLEN]= {0};
Open or create mysql_upgrade_info file in servers data dir.
Take a lock to ensure there cannot be any other mysql_upgrades
- runninc concurrently
+ running concurrently
*/
const char *create_error_message=
@@ -762,7 +762,7 @@ static void open_mysql_upgrade_file()
/**
Place holder for versions that require a major upgrade
- @return 0 upgrade has alredy been run on this version
+ @return 0 upgrade has already been run on this version
@return 1 upgrade has to be run
*/
@@ -786,7 +786,7 @@ static int faulty_server_versions(const char *version)
file it's always better to report that the upgrade hasn't
been performed.
- @return 0 Upgrade has alredy been run on this version
+ @return 0 Upgrade has already been run on this version
@return > 0 Upgrade has to be run
*/