From b0979bc9ffa5d7281f74e78a2f4dbbb14c1b89ba Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Mar 2004 15:08:06 +0200 Subject: [PATCH] typo in comment fixed --- sql/sql_base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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