updated for version 7.1b
diff --git a/src/memfile.c b/src/memfile.c
index 0c4d01c..f1e85fc 100644
--- a/src/memfile.c
+++ b/src/memfile.c
@@ -1097,7 +1097,7 @@
{
/*
* 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 @@
}
/*
- * 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
*/