updated for version 7.1b
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt
index 6af7a12..3040618 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -1,4 +1,4 @@
-*debug.txt* For Vim version 7.1a. Last change: 2006 May 01
+*debug.txt* For Vim version 7.1b. Last change: 2006 May 01
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt
index 159bd3c..6177b5e 100644
--- a/runtime/doc/recover.txt
+++ b/runtime/doc/recover.txt
@@ -1,4 +1,4 @@
-*recover.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*recover.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 9d33aa6..be49474 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.1a. Last change: 2006 Nov 18
+*version6.txt* For Vim version 7.1b. Last change: 2007 May 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10639,7 +10639,7 @@
Patch 6.2.111
Problem: Encoding "cp1251" is not recognized.
-Solution: Add "cp1251" to the table of encocings. (Alexey Froloff)
+Solution: Add "cp1251" to the table of encodings. (Alexey Froloff)
Files: src/mbyte.c
Patch 6.2.112