diff options
author | lenz@mysql.com <> | 2003-09-19 18:34:57 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-09-19 18:34:57 +0200 |
commit | 40cabaa77332a60300319411ecf51642209be751 (patch) | |
tree | 0f383c4f12b32009bb0c7549734adb00cdf5055a /isam | |
parent | d623fc83b1bc27c4dec55514ccd2c28cea08b8bf (diff) | |
download | mariadb-git-40cabaa77332a60300319411ecf51642209be751.tar.gz |
- fixed several typos ("uppdate"->"update" and "tryed"->"tried")
Diffstat (limited to 'isam')
-rw-r--r-- | isam/test2.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |