diff runtime/doc/version6.txt @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 82b5078be2dd
children f4f8014d516e
line wrap: on
line diff
--- 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 @@ Files:	    src/fileio.c
 
 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