diff options
Diffstat (limited to 'isam')
-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) |