summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-08-30 12:24:37 -0700
committerunknown <jimw@mysql.com>2005-08-30 12:24:37 -0700
commitaa4820af4055f7b97c2fbf02109965c700cb143e (patch)
treec95133411d5cb26fe18db49056eeebdad5833e3b /tests
parente6ac9175d13091b8bd7661b5e8ae8d3add81fbb0 (diff)
downloadmariadb-git-aa4820af4055f7b97c2fbf02109965c700cb143e.tar.gz
Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)
include/my_alloc.h: Fix incorrect spelling mysql-test/t/rpl000009.test: Fix incorrect spelling mysql-test/t/system_mysql_db_fix.test: Fix incorrect spelling sql/sql_table.cc: Fix incorrect spelling tests/mysql_client_test.c: Fix incorrect spelling
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 64c5e7edaf9..ffcf5b6f34d 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -9177,7 +9177,7 @@ static void test_create_drop()
rc= mysql_stmt_execute(stmt_drop);
check_execute(stmt_drop, rc);
if (!opt_silent)
- fprintf(stdout, "droped %i\n", i);
+ fprintf(stdout, "dropped %i\n", i);
rc= mysql_stmt_execute(stmt_create_select);
check_execute(stmt_create, rc);
@@ -9192,7 +9192,7 @@ static void test_create_drop()
rc= mysql_stmt_execute(stmt_drop);
check_execute(stmt_drop, rc);
if (!opt_silent)
- fprintf(stdout, "droped %i\n", i);
+ fprintf(stdout, "dropped %i\n", i);
}
mysql_stmt_close(stmt_create);