summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-03-01 22:08:47 +0200
committerMonty <monty@mariadb.org>2021-03-01 22:09:05 +0200
commitc25e6f91da2eb04fe222aac1c79c6a5c1f94c760 (patch)
treea23554ec86917dbd092ed385e6bcda9fdc424495
parent3f15d3bad986c36317be75607c6a928ef4978028 (diff)
downloadmariadb-git-c25e6f91da2eb04fe222aac1c79c6a5c1f94c760.tar.gz
Fixed typo in comment
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 54e382a6c24..61b6023c6a1 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -7759,7 +7759,7 @@ static bool mysql_inplace_alter_table(THD *thd,
Rename to the new name (if needed) will be handled separately below.
TODO: remove this check of thd->is_error() (now it intercept
- errors in some val_*() methoids and bring some single place to
+ errors in some val_*() methods and bring some single place to
such error interception).
*/
if (mysql_rename_table(db_type, &alter_ctx->new_db, &alter_ctx->tmp_name,