]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995)
authorTheodore Ts'o <tytso@mit.edu>
Sun, 11 Apr 2004 21:02:44 +0000 (17:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 11 Apr 2004 21:02:44 +0000 (17:02 -0400)
misc/ChangeLog
misc/tune2fs.8.in

index ad2b66e1151ab1252c6c7e4091a19240d9c342d3..6b43bce6853db3844fb205d1554dc006ac329e88 100644 (file)
@@ -1,5 +1,7 @@
 2004-04-11  Theodore Ts'o  <tytso@mit.edu>
 
+       * tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995)
+
        * mke2fs.8.in: Clarify man page's description of the '-O' option.
                (Addresses Debian Bug #241940)
 
index a5d6dca2304b0e1c924488d923f8270460ab5bdd..6c5bf78090803987b6b1852360cbd5010850d011 100644 (file)
@@ -310,12 +310,12 @@ into the main filesystem.
 .TP
 .B journal_data_ordered
 When the filesystem is mounted with journalling enabled, all data is forced
-directly out to the main file system prior to its metadata being commutted 
+directly out to the main file system prior to its metadata being committed 
 to the journal.
 .TP
 .B journal_data_writeback
 When the filesystem is mounted with journalling enabled, data may be
-written into the main filesystem after its metadata has been commutted
+written into the main filesystem after its metadata has been committed
 to the journal.  This may increase throughput, however, it may allow old
 data to appear in files after a crash and journal recovery.
 .RE