From d232e4fd4f273e503d2d4af7a2cc739e6ece078b Mon Sep 17 00:00:00 2001 From: StefanoPetrilli Date: Mon, 22 Jul 2024 17:20:07 +0200 Subject: [PATCH] fix typo spatial_ref_sys --- plugin/type_geom/plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/type_geom/plugin.cc b/plugin/type_geom/plugin.cc index 1b740ebb799..56460261ab1 100644 --- a/plugin/type_geom/plugin.cc +++ b/plugin/type_geom/plugin.cc @@ -24,7 +24,7 @@ #include "sql_type_geom.h" -/*********** INFORMATION_SCHEMA.SPATIEL_REF_SYS *******************/ +/*********** INFORMATION_SCHEMA.SPATIAL_REF_SYS *******************/ namespace Show {