updated for version 7.2b-000
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 1f3699c..0ab4d1d 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.2a. Last change: 2007 May 11
+*version6.txt* For Vim version 7.2b. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -13235,7 +13235,7 @@
Patch 6.2.499
Problem: When writing a file and halting the system, the file might be lost
- when using a journalling file system.
+ when using a journaling file system.
Solution: Use fsync() to flush the file data to disk after writing a file.
(Radim Kolar)
Files: src/fileio.c