summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-02-04 14:16:33 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2010-02-04 14:16:33 -0200
commit443aa4ef54b3e00db1ba2c51b8ca4951e491f4de (patch)
tree5e311785a99539c4db4c101d89ee1662a8bd6b56 /debug
parent67957da52b2465f7c8d4268f5474c8cc109f3be6 (diff)
downloadparted-443aa4ef54b3e00db1ba2c51b8ca4951e491f4de.tar.gz
Fix minor spelling errors
This fixes minor spelling errors in the source code. Basically: s/informations/information/g s/prefered/preferred/g
Diffstat (limited to 'debug')
-rw-r--r--debug/test/test_fs_hfs4
-rw-r--r--debug/test/test_fs_hfsplus4
2 files changed, 4 insertions, 4 deletions
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"\