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 /isam/isamchk.c | |
parent | 7d0072ebeb3d5bbfa420f4d3cef3ec3c2ed7e069 (diff) | |
download | mariadb-git-3eaa2494efe181bb28f1a1089b07020f06395950.tar.gz |
Fix "dosen't" for someone who mailed us. :)
Diffstat (limited to 'isam/isamchk.c')
-rw-r--r-- | isam/isamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c index 97d190b7115..2f2471c4376 100644 --- a/isam/isamchk.c +++ b/isam/isamchk.c @@ -1401,7 +1401,7 @@ int extend; } else if (record_checksum != intern_record_checksum && info->s->state.keys) { - print_error("Keypointers and records dosen't match"); + print_error("Keypointers and records don't match"); error=1; } if (used+empty+del_length != info->s->state.data_file_length) |