summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/sql_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index c54892c9341..b4ee3df14e2 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -1844,7 +1844,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