diff -r ad7bbe9ea65b runtime/doc/change.txt
--- a/runtime/doc/change.txt	Tue Feb 26 22:54:11 2013 +0100
+++ b/runtime/doc/change.txt	Thu Feb 28 22:10:35 2013 +0100
@@ -600,7 +600,7 @@
 								*g&*
 g&			Synonym for `:%s//~/&` (repeat last substitute with
 			last search pattern on all lines with the same flags).
-			For exaple, when you first do a substitution with
+			For example, when you first do a substitution with
 			`:s/pattern/repl/flags` and then `/search` for
 			something else, `g&` will do `:%s/search/repl/flags`.
 			Mnemonic: global substitute. {not in Vi}
diff -r ad7bbe9ea65b runtime/doc/mbyte.txt
--- a/runtime/doc/mbyte.txt	Tue Feb 26 22:54:11 2013 +0100
+++ b/runtime/doc/mbyte.txt	Thu Feb 28 22:10:35 2013 +0100
@@ -1067,7 +1067,7 @@
 is mapped to "A" and "b" to "B".  Thus the first item is mapped to the second
 item.  This is done for each line, until the end of the file.
 These items are exactly the same as what can be used in a |:lnoremap| command,
-using "<buffer>" to make the mappings local to the buffer..
+using "<buffer>" to make the mappings local to the buffer.
 You can check the result with this command: >
 	:lmap
 The two items must be separated by white space.  You cannot include white
diff -r ad7bbe9ea65b runtime/doc/todo.txt
--- a/runtime/doc/todo.txt	Tue Feb 26 22:54:11 2013 +0100
+++ b/runtime/doc/todo.txt	Thu Feb 28 22:10:35 2013 +0100
@@ -152,7 +152,7 @@
 
 Patch to make confirm() display colors. (Christian Brabandt, 2012 Nov 9)
 
-Patch to add functions for signs. (Christian Brabandt,, 2013 Jan 27)
+Patch to add functions for signs. (Christian Brabandt, 2013 Jan 27)
 
 Patch to use directX to draw text on Windows.  Adds the 'directx' option.
 (Taro Muraoka, 2013 Jan 25)
@@ -189,7 +189,7 @@
 
 'iminsert' global value set when using ":setlocal iminsert"? (Wu, 2012 Jun 23)
 
-Help for b:undo_indent'. (Thilo Six, 2012 May 28)
+Help for 'b:undo_indent'. (Thilo Six, 2012 May 28)
 Also question if examples are correct.
 
 It should be possible to make globpath() return a list instead of a string,
