diff -r 5a4995e468e1 runtime/doc/if_pyth.txt
--- a/runtime/doc/if_pyth.txt	Fri May 24 23:10:50 2013 +0200
+++ b/runtime/doc/if_pyth.txt	Sat May 25 09:01:08 2013 +0200
@@ -250,7 +250,7 @@
 	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 
 	without keeping a reference to vim module object or |python-tabpage|, 
-	they will not loose their properties in this case.
+	they will not lose their properties in this case.
 
 vim.tabpages						*python-tabpages*
 	A sequence object providing access to the list of vim tab pages. The 
diff -r 5a4995e468e1 runtime/doc/syntax.txt
--- a/runtime/doc/syntax.txt	Fri May 24 23:10:50 2013 +0200
+++ b/runtime/doc/syntax.txt	Sat May 25 09:01:08 2013 +0200
@@ -1240,7 +1240,7 @@
 ERLANG						*erlang.vim* *ft-erlang-syntax*
 
 Erlang is a functional programming language developed by Ericsson.  Files with
-the following extentions are recognized as Erlang files: erl, hrl, yaws.
+the following extensions are recognized as Erlang files: erl, hrl, yaws.
 
 The BIFs (built-in functions) are highlighted by default. To disable this,
 put the following line in your vimrc: >
@@ -2286,7 +2286,7 @@
 
   let php_parent_error_close = 1
 
-For skipping an php end tag, if there exists an open ( or [ without a closing
+For skipping a php end tag, if there exists an open ( or [ without a closing
 one: >
 
   let php_parent_error_open = 1
