From 0f0239fde1121abec6b43345c45468a623997cc9 Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Fri, 26 Mar 2004 15:08:06 +0200 Subject: typo in comment fixed --- sql/sql_base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_base.cc') diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 2d71f145ded..7ec5f65ac4d 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -1843,7 +1843,7 @@ Field *find_field_in_table(THD *thd,TABLE *table,const char *name,uint length, find_field_in_tables() thd Pointer to current thread structure item Field item that should be found - tables Tables for scaning + tables Tables for scanning where Table where field found will be returned via this parameter report_error If FALSE then do not report error if item not found -- cgit v1.2.1