1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)

This commit is contained in:
jimw@mysql.com
2005-08-30 12:24:37 -07:00
parent 16e30aaf68
commit 0dc444ec4e
5 changed files with 6 additions and 6 deletions

View File

@ -2948,7 +2948,7 @@ int mysql_alter_table(THD *thd,char *new_db, char *new_name,
Field **f_ptr,*field;
for (f_ptr=table->field ; (field= *f_ptr) ; f_ptr++)
{
/* Check if field should be droped */
/* Check if field should be dropped */
Alter_drop *drop;
drop_it.rewind();
while ((drop=drop_it++))