1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix "dosen't" for someone who mailed us. :)

This commit is contained in:
jcole@jcole.burghcom.com
2000-08-16 04:17:40 -05:00
parent 7d0072ebeb
commit 3eaa2494ef
8 changed files with 11 additions and 10 deletions

View File

@@ -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");