summaryrefslogtreecommitdiff
path: root/src/memfile.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 19:19:59 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 19:19:59 +0000
commit49325942f5451aa3f906cc6aefc9f39b60392bd5 (patch)
treefaa1f3cc42ec542f73ffa8dc0e47e4cd79831528 /src/memfile.c
parent5f52cff1b346f5674291b5988017165a1f2287d9 (diff)
downloadvim-git-49325942f5451aa3f906cc6aefc9f39b60392bd5.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/memfile.c')
-rw-r--r--src/memfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/memfile.c b/src/memfile.c
index 0c4d01cc0..f1e85fc28 100644
--- a/src/memfile.c
+++ b/src/memfile.c
@@ -1097,7 +1097,7 @@ mf_write(mfp, hp)
{
/*
* Avoid repeating the error message, this mostly happens when the
- * disk is full. We give the message again only after a succesful
+ * disk is full. We give the message again only after a successful
* write or when hitting a key. We keep on trying, in case some
* space becomes available.
*/
@@ -1189,7 +1189,7 @@ mf_trans_add(mfp, hp)
}
/*
- * Lookup a tranlation from the trans lists and delete the entry
+ * Lookup a translation from the trans lists and delete the entry
*
* Return the positive new number when found, the old number when not found
*/