From d59e2b8f2405e25cc686a9dcb5cb6a2b6f2eed42 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Sep 2003 18:34:57 +0200 Subject: - fixed several typos ("uppdate"->"update" and "tryed"->"tried") extra/comp_err.c: - fixed typo: "uppdate" -> "update" heap/hp_test2.c: - fixed typo: "uppdate" -> "update" - fixed typo: "tryed" -> "tryed" isam/test2.c: - fixed typo: "uppdate" -> "update" - fixed typo: "tryed" -> "tryed" myisam/mi_test2.c: - fixed typo: "uppdate" -> "update" - fixed typo: "tryed" -> "tryed" --- myisam/mi_test2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'myisam/mi_test2.c') diff --git a/myisam/mi_test2.c b/myisam/mi_test2.c index e3a2ecfbb1f..2a658ca2054 100644 --- a/myisam/mi_test2.c +++ b/myisam/mi_test2.c @@ -329,12 +329,12 @@ int main(int argc, char *argv[]) { if (my_errno != HA_ERR_FOUND_DUPP_KEY || key3[n3] == 0) { - printf("error: %d; can't uppdate:\nFrom: \"%s\"\nTo: \"%s\"\n", + printf("error: %d; can't update:\nFrom: \"%s\"\nTo: \"%s\"\n", my_errno,read_record,record2); goto err; } if (verbose) - printf("Double key when tryed to uppdate:\nFrom: \"%s\"\nTo: \"%s\"\n",record,record2); + printf("Double key when tried to update:\nFrom: \"%s\"\nTo: \"%s\"\n",record,record2); } else { -- cgit v1.2.1