From 3107d410f1e920570700c4837f4fc87a97451d71 Mon Sep 17 00:00:00 2001 From: zhangdiandian <35321989+zhangdiandian0127@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:29:39 +0800 Subject: [PATCH] Fixed a wrong word in the comment (#317) --- src/sql/ob_sql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/ob_sql.h b/src/sql/ob_sql.h index 75fe30901b..02b4b30e7e 100644 --- a/src/sql/ob_sql.h +++ b/src/sql/ob_sql.h @@ -68,7 +68,7 @@ public: void stat(); public: - // These interface are one one mapping whit MySQL request type currently + // These interface are one one mapping with MySQL request type currently // Interface of SQL Engine for OB_MYSQL_COM_QUERY request // -- GitLab