summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjcole@jcole.burghcom.com <>2000-08-16 04:17:40 -0500
committerjcole@jcole.burghcom.com <>2000-08-16 04:17:40 -0500
commit3eaa2494efe181bb28f1a1089b07020f06395950 (patch)
tree7ad9b8d424c187f5ba17b2254da1700d55874094 /sql
parent7d0072ebeb3d5bbfa420f4d3cef3ec3c2ed7e069 (diff)
downloadmariadb-git-3eaa2494efe181bb28f1a1089b07020f06395950.tar.gz
Fix "dosen't" for someone who mailed us. :)
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_base.cc2
-rw-r--r--sql/sql_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index 4b245b29e83..983ffef0ace 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -171,7 +171,7 @@ static void check_unused(void)
}
if (count != 0)
{
- DBUG_PRINT("error",("Unused_links dosen't match open_cache: diff: %d", /* purecov: inspected */
+ DBUG_PRINT("error",("Unused_links doesn't match open_cache: diff: %d", /* purecov: inspected */
count)); /* purecov: inspected */
}
}
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");