From eb145e5ad7afa29f1d298452b80fcca36a6c3bbe Mon Sep 17 00:00:00 2001 From: lilinjie Date: Thu, 12 Jan 2023 10:38:38 +0800 Subject: fix typos Signed-off-by: lilinjie --- sql/sys_vars.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sys_vars.cc') diff --git a/sql/sys_vars.cc b/sql/sys_vars.cc index d5164587900..44bea7b4581 100644 --- a/sql/sys_vars.cc +++ b/sql/sys_vars.cc @@ -5430,7 +5430,7 @@ static bool update_wsrep_auto_increment_control (sys_var *self, THD *thd, enum_v { /* The variables that control auto increment shall be calculated - automaticaly based on the size of the cluster. This usually done + automatically based on the size of the cluster. This usually done within the wsrep_view_handler_cb callback. However, if the user manually sets the value of wsrep_auto_increment_control to 'ON', then we should to re-calculate these variables again (because -- cgit v1.2.1