summaryrefslogtreecommitdiff
path: root/isam
diff options
context:
space:
mode:
authorunknown <jcole@jcole.burghcom.com>2000-08-16 04:17:40 -0500
committerunknown <jcole@jcole.burghcom.com>2000-08-16 04:17:40 -0500
commitdd38ab7583fb0f850a4be59c1f45261bc1ecf318 (patch)
tree7ad9b8d424c187f5ba17b2254da1700d55874094 /isam
parent379b2695079d0b519a4cb9949285c7515f7ccfa8 (diff)
downloadmariadb-git-dd38ab7583fb0f850a4be59c1f45261bc1ecf318.tar.gz
Fix "dosen't" for someone who mailed us. :)
Docs/manual.texi: Fix "dosen't" dbug/monty.doc: Fix "dosen't" isam/isamchk.c: Fix "dosen't" libmysql/libmysql.c: Fix "dosen't" sql-bench/server-cfg.sh: Fix "dosen't" sql/sql_base.cc: Fix "dosen't" sql/sql_test.cc: Fix "dosen't" BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'isam')
-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)