diff -r 79797c8534b5 runtime/doc/if_pyth.txt
--- a/runtime/doc/if_pyth.txt	Sat Jun 01 23:02:55 2013 +0200
+++ b/runtime/doc/if_pyth.txt	Sun Jun 02 01:50:36 2013 +0200
@@ -174,7 +174,7 @@
 vim.bindeval(str)					*python-bindeval*
 	Like |python-eval|, but returns special objects described in 
 	|python-bindeval-objects|. These python objects let you modify (|List| 
-	or |Dictionary|) or call (|Funcref|) vim objecs.
+	or |Dictionary|) or call (|Funcref|) vim objects.
 
 Error object of the "vim" module
 
@@ -208,7 +208,7 @@
 	    :py w in vim.windows	# Membership test
 	    :py n = len(vim.windows)	# Number of elements
 	    :py for w in vim.windows:	# Sequential access
-<	Note: vim.windows object always accesses current tab page,. 
+<	Note: vim.windows object always accesses current tab page. 
 	|python-tabpage|.windows objects are bound to parent |python-tabpage| 
 	object and always use windows from that tab page (or throw vim.error 
 	in case tab page was deleted). You can keep a reference to both 
diff -r 79797c8534b5 runtime/doc/pattern.txt
--- a/runtime/doc/pattern.txt	Sat Jun 01 23:02:55 2013 +0200
+++ b/runtime/doc/pattern.txt	Sun Jun 02 01:50:36 2013 +0200
@@ -1232,7 +1232,7 @@
 	Bxy		Byx		yes (order ignored)
 	Bxy		By		no (x missing)
 	Bxy		Bx		no (y missing)
-	Bx		Bx		yes (perfect mach)
+	Bx		Bx		yes (perfect match)
 	Bx		By		no (x missing)
 	Bx		Bxy		yes (extra y ignored)
 	Bx		Byx		yes (extra y ignored)
