[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Otavio Salvador otavio at alioth.debian.org
Thu Feb 4 16:18:16 UTC 2010


 debug/test/test_fs_hfs     |    4 ++--
 debug/test/test_fs_hfsplus |    4 ++--
 libparted/exception.c      |    2 +-
 parted/parted.c            |    4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 443aa4ef54b3e00db1ba2c51b8ca4951e491f4de
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Feb 4 14:16:33 2010 -0200

    Fix minor spelling errors
    
    This fixes minor spelling errors in the source code. Basically:
    
     s/informations/information/g
     s/prefered/preferred/g

diff --git a/debug/test/test_fs_hfs b/debug/test/test_fs_hfs
index 189f030..9c4985c 100644
--- a/debug/test/test_fs_hfs
+++ b/debug/test/test_fs_hfs
@@ -30,7 +30,7 @@ test_newfs_hfs()
 {
 # -h option for newfs_hfs makes it use legacy HFS (not Plus)
 # -dfn for fsck_hfs means Debug, Force, No
-# Debug => print more informations
+# Debug => print more information
 # Force => force check even if clean bit is set
 # No => don't modify the F.S.
 	ped_test "mkpart && newfs_hfs && fsck_hfs"\
@@ -63,7 +63,7 @@ prepare_resize_tests()
 test_resize_move_end_backward()
 {
 # -dfn for fsck_hfs means Debug, Force, No
-# Debug => print more informations
+# Debug => print more information
 # Force => force check even if clean bit is set
 # No => don't modify the F.S.
 	do_test_diff "resize: move end backward"\
diff --git a/debug/test/test_fs_hfsplus b/debug/test/test_fs_hfsplus
index be9b13a..d45fc3c 100644
--- a/debug/test/test_fs_hfsplus
+++ b/debug/test/test_fs_hfsplus
@@ -34,7 +34,7 @@ test_newfs_hfs()
 # it seems that the wrapper bad block file is stored differently by
 # newfs_hfs than by mac os X install format program
 # -dfn for fsck_hfs means Debug, Force, No
-# Debug => print more informations
+# Debug => print more information
 # Force => force check even if clean bit is set
 # No => don't modify the F.S.
 	ped_test "mkpart && newfs_hfs && fsck_hfs"\
@@ -67,7 +67,7 @@ prepare_resize_tests()
 test_resize_move_end_backward()
 {
 # -dfn for fsck_hfs means Debug, Force, No
-# Debug => print more informations
+# Debug => print more information
 # Force => force check even if clean bit is set
 # No => don't modify the F.S.
 	do_test_diff "resize: move end backward"\
diff --git a/libparted/exception.c b/libparted/exception.c
index fe7ac21..08a3613 100644
--- a/libparted/exception.c
+++ b/libparted/exception.c
@@ -132,7 +132,7 @@ default_handler (PedException* e)
 			_("A bug has been detected in GNU Parted.  "
 			"Refer to the web site of parted "
 			"http://www.gnu.org/software/parted/parted.html "
-			"for more informations of what could be useful "
+			"for more information of what could be useful "
 			"for bug submitting!  "
 			"Please email a bug report to "
 			"bug-parted at gnu.org containing at least the "
diff --git a/parted/parted.c b/parted/parted.c
index eb2cea4..06b9f6c 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -294,11 +294,11 @@ enum { /* Don't change these values */
         SECT_END        = -1
 };
 
-/* Find the prefered way to adjust the sector s inside range.
+/* Find the preferred way to adjust the sector s inside range.
  * If a move isn't allowed or is out of range it can't be selected.
  * what contains SECT_START if the sector to adjust is a start sector
  * or SECT_END if it's an end one.
- * The prefered move is to the nearest allowed boundary of the part
+ * The preferred move is to the nearest allowed boundary of the part
  * partition (if at equal distance: to start if SECT_START or to end
  * if SECT_END).
  * The distance is returned in dist.



More information about the Parted-commits mailing list