diff -r 82b45a598261 runtime/doc/eval.txt
--- a/runtime/doc/eval.txt	Thu Aug 23 18:58:14 2012 +0200
+++ b/runtime/doc/eval.txt	Thu Aug 23 21:17:34 2012 +0200
@@ -759,7 +759,7 @@
 a |List| or a |Dictionary| it is equivalent to using "equal", using "isnot"
 equivalent to using "not equal".  Except that a different type means the
 values are different: "4 == '4'" is true, "4 is '4'" is false and "0 is []" is
-false and not a error. "is#"/"isnot#" and "is?"/"isnot?" can be used to match
+false and not an error. "is#"/"isnot#" and "is?"/"isnot?" can be used to match
 and ignore case.
 
 When comparing a String with a Number, the String is converted to a Number,
diff -r 82b45a598261 runtime/doc/hebrew.txt
--- a/runtime/doc/hebrew.txt	Thu Aug 23 18:58:14 2012 +0200
+++ b/runtime/doc/hebrew.txt	Thu Aug 23 21:17:34 2012 +0200
@@ -93,7 +93,7 @@
       This is also the keymap when 'keymap=hebrew' is set.  The advantage of
       'keymap' is that it works properly when using UTF8, e.g. it inserts the
       correct characters; 'hkmap' does not.  The 'keymap' keyboard can also
-      insert niqud and te`amim.  To see what those mappings are,look at the
+      insert niqud and te`amim.  To see what those mappings are, look at the
       keymap file 'hebrew.vim' etc.
 
 
diff -r 82b45a598261 runtime/doc/usr_41.txt
--- a/runtime/doc/usr_41.txt	Thu Aug 23 18:58:14 2012 +0200
+++ b/runtime/doc/usr_41.txt	Thu Aug 23 21:17:34 2012 +0200
@@ -1681,7 +1681,7 @@
 HEADER
 
 You will probably add new corrections to the plugin and soon have several
-versions laying around.  And when distributing this file, people will want to
+versions lying around.  And when distributing this file, people will want to
 know who wrote this wonderful plugin and where they can send remarks.
 Therefore, put a header at the top of your plugin: >
 
diff -r 82b45a598261 runtime/doc/visual.txt
--- a/runtime/doc/visual.txt	Thu Aug 23 18:58:14 2012 +0200
+++ b/runtime/doc/visual.txt	Thu Aug 23 21:17:34 2012 +0200
@@ -66,7 +66,7 @@
 			lines as used for the last Visual operation, but at
 			the current cursor position, multiplied by [count].
 			When the previous Visual operation was on a block both
-			the width and height of the block are multipiled by
+			the width and height of the block are multiplied by
 			[count].
 			When there was no previous Visual operation [count]
 			characters are selected.  This is like moving the
