summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-09-19 18:34:57 +0200
committerunknown <lenz@mysql.com>2003-09-19 18:34:57 +0200
commit9bdc9c0a529a4d3c7e40426502f50eddc1798d0f (patch)
tree0f383c4f12b32009bb0c7549734adb00cdf5055a /heap
parentf29a6c137e0c14b184a29370743521c9fe3e8fda (diff)
downloadmariadb-git-9bdc9c0a529a4d3c7e40426502f50eddc1798d0f.tar.gz
- 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"
Diffstat (limited to 'heap')
-rw-r--r--heap/hp_test2.c4
1 files changed, 2 insertions, 2 deletions
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
{