From 758c24dae2c1e03f6c0837028e7e7f931497a9b5 Mon Sep 17 00:00:00 2001 From: lilinjie Date: Wed, 4 Jan 2023 18:32:54 +0800 Subject: fix typos Signed-off-by: lilinjie --- sql/field.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/field.h') diff --git a/sql/field.h b/sql/field.h index ce15184ea1d..f1087332087 100644 --- a/sql/field.h +++ b/sql/field.h @@ -4600,7 +4600,7 @@ public: return make_field(share, mem_root, (uchar *) 0, (uchar *) "", 0, field_name_arg); } - /* Return true if default is an expression that must be saved explicitely */ + /* Return true if default is an expression that must be saved explicitly */ bool has_default_expression(); bool has_default_now_unireg_check() const -- cgit v1.2.1