diff options
author | jcole@jcole.burghcom.com <> | 2000-08-16 04:17:40 -0500 |
---|---|---|
committer | jcole@jcole.burghcom.com <> | 2000-08-16 04:17:40 -0500 |
commit | 3eaa2494efe181bb28f1a1089b07020f06395950 (patch) | |
tree | 7ad9b8d424c187f5ba17b2254da1700d55874094 /sql/sql_test.cc | |
parent | 7d0072ebeb3d5bbfa420f4d3cef3ec3c2ed7e069 (diff) | |
download | mariadb-git-3eaa2494efe181bb28f1a1089b07020f06395950.tar.gz |
Fix "dosen't" for someone who mailed us. :)
Diffstat (limited to 'sql/sql_test.cc')
-rw-r--r-- | sql/sql_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_test.cc b/sql/sql_test.cc index 411a85a5c55..cab4e6e72be 100644 --- a/sql/sql_test.cc +++ b/sql/sql_test.cc @@ -86,7 +86,7 @@ void print_cached_tables(void) } } if (count != unused) - printf("Unused_links (%d) dosen't match open_cache: %d\n", count,unused); + printf("Unused_links (%d) doesn't match open_cache: %d\n", count,unused); printf("\nCurrent refresh version: %ld\n",refresh_version); if (hash_check(&open_cache)) printf("Error: File hash table is corrupted\n"); |