OSDN Git Service

Fix minor spelling errors
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 4 Feb 2010 16:16:33 +0000 (14:16 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 4 Feb 2010 16:16:33 +0000 (14:16 -0200)
This fixes minor spelling errors in the source code. Basically:

 s/informations/information/g
 s/prefered/preferred/g

debug/test/test_fs_hfs
debug/test/test_fs_hfsplus
libparted/exception.c
parted/parted.c

index 189f030..9c4985c 100644 (file)
@@ -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"\
index be9b13a..d45fc3c 100644 (file)
@@ -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"\
index fe7ac21..08a3613 100644 (file)
@@ -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@gnu.org containing at least the "
index eb2cea4..06b9f6c 100644 (file)
@@ -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.