summaryrefslogtreecommitdiff
path: root/isam/isamchk.c
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 /isam/isamchk.c
parent7d0072ebeb3d5bbfa420f4d3cef3ec3c2ed7e069 (diff)
downloadmariadb-git-3eaa2494efe181bb28f1a1089b07020f06395950.tar.gz
Fix "dosen't" for someone who mailed us. :)
Diffstat (limited to 'isam/isamchk.c')
-rw-r--r--isam/isamchk.c2
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)