diff -r a83960ec9e6d runtime/doc/change.txt
--- a/runtime/doc/change.txt	Sun Sep 08 20:00:48 2013 +0200
+++ b/runtime/doc/change.txt	Sun Sep 08 22:10:17 2013 +0200
@@ -1126,7 +1126,7 @@
 made for the delete operator with these movement commands: |%|, |(|, |)|, |`|,
 |/|, |?|, |n|, |N|, |{| and |}|.  Register "1 is always used then (this is Vi
 compatible).  The "- register is used as well if the delete is within a line.
-Note that these character may be mapped.  E.g. |%| is mapped by the matchit
+Note that these characters may be mapped.  E.g. |%| is mapped by the matchit
 plugin.
    With each successive deletion or change, Vim shifts the previous contents
 of register 1 into register 2, 2 into 3, and so forth, losing the previous
diff -r a83960ec9e6d runtime/doc/pi_vimball.txt
--- a/runtime/doc/pi_vimball.txt	Sun Sep 08 20:00:48 2013 +0200
+++ b/runtime/doc/pi_vimball.txt	Sun Sep 08 22:10:17 2013 +0200
@@ -188,7 +188,7 @@
 			  * Changed silent! to sil! (shorter)
 			  * Safed |'swf'| setting (during vimball extraction,
 			    its now turned off)
-	32 : May 19, 2010 * (Christian Brabrandt) :so someplugin.vba and
+	32 : May 19, 2010 * (Christian Brabandt) :so someplugin.vba and
 			    :so someplugin.vba.gz (and the other supported
 			    compression types) now works
 			  * (Jan Steffens) added support for xz compression
diff -r a83960ec9e6d runtime/doc/usr_45.txt
--- a/runtime/doc/usr_45.txt	Sun Sep 08 20:00:48 2013 +0200
+++ b/runtime/doc/usr_45.txt	Sun Sep 08 22:10:17 2013 +0200
@@ -328,8 +328,8 @@
 *45.5*	Entering language text
 
 Computer keyboards don't have much more than a hundred keys.  Some languages
-have thousands of characters, Unicode has ten thousands.  So how do you type
-these characters?
+have thousands of characters, Unicode has over hundred thousand.  So how do
+you type these characters?
    First of all, when you don't use too many of the special characters, you
 can use digraphs.  This was already explained in |24.9|.
    When you use a language that uses many more characters than keys on your
diff -r a83960ec9e6d runtime/doc/version5.txt
--- a/runtime/doc/version5.txt	Sun Sep 08 20:00:48 2013 +0200
+++ b/runtime/doc/version5.txt	Sun Sep 08 22:10:17 2013 +0200
@@ -2020,7 +2020,7 @@
 
 The Win32, Athena and Motif GUI bring up a file requester if the user asks to
 ":browse" for the ":e", ":w", ":r", ":so", ":redirect" and
-":mkexrc/vimrc/vsess" commands.  ::browse e /foo/bar" opens the requester in
+":mkexrc/vimrc/vsess" commands.  ":browse e /foo/bar" opens the requester in
 the /foo/bar directory, so you can have nice mapping rhs's like ":browse so
 $vim/macros".  If no initial dir specified for ":browse e", can be compiled to
 either begin in the current directory, or that of the current buffer. (Negri
diff -r a83960ec9e6d runtime/doc/version7.txt
--- a/runtime/doc/version7.txt	Sun Sep 08 20:00:48 2013 +0200
+++ b/runtime/doc/version7.txt	Sun Sep 08 22:10:17 2013 +0200
@@ -2395,7 +2395,7 @@
 actually are bold.  Speeds up displaying considerably.
 
 When only highlighting changes and the text is scrolled at the same time
-everything is redraw instead of using a scroll and updating the changed text.
+everything is redrawn instead of using a scroll and updating the changed text.
 E.g., when using ":match" to highlight a paren that the cursor landed on.
 Added SOME_VALID: Redraw the whole window but also try to scroll to minimize
 redrawing.
