diff options
-rw-r--r-- | extra/comp_err.c | 2 | ||||
-rw-r--r-- | heap/hp_test2.c | 4 | ||||
-rw-r--r-- | isam/test2.c | 4 | ||||
-rw-r--r-- | myisam/mi_test2.c | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/extra/comp_err.c b/extra/comp_err.c index 806fb5052b4..b63041869ea 100644 --- a/extra/comp_err.c +++ b/extra/comp_err.c @@ -109,7 +109,7 @@ int main(int argc,char *argv[]) if (to) fclose(to); if (error) - fprintf(stderr,"Can't uppdate messagefile %s, errno: %d\n",*argv,errno); + fprintf(stderr,"Can't update messagefile %s, errno: %d\n",*argv,errno); exit(error); return(0); diff --git a/heap/hp_test2.c b/heap/hp_test2.c index e2570893519..36016797447 100644 --- a/heap/hp_test2.c +++ b/heap/hp_test2.c @@ -237,12 +237,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,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 { diff --git a/isam/test2.c b/isam/test2.c index c8f97ccdefa..5b09cc8b716 100644 --- a/isam/test2.c +++ b/isam/test2.c @@ -265,12 +265,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 { 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 { |