summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-03-26 15:08:06 +0200
committerunknown <bell@sanja.is.com.ua>2004-03-26 15:08:06 +0200
commitb0979bc9ffa5d7281f74e78a2f4dbbb14c1b89ba (patch)
tree2e43ded750ea1cd85ae977fb02bc3b8e1b940283 /sql/sql_base.cc
parentbdb874226efb55979eb8eef909f050ba6f949ab8 (diff)
downloadmariadb-git-b0979bc9ffa5d7281f74e78a2f4dbbb14c1b89ba.tar.gz
typo in comment fixed
Diffstat (limited to 'sql/sql_base.cc')
-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 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