summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
commit4e4eb522ecc6a1b4b29775552e389c7751ebe276 (patch)
tree2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/partition_table.pm
parent2b8dce754e3324cc820a8526e0783e8c2846482d (diff)
downloaddrakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.gz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.bz2
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.xz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.zip
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 3bca46d89..ee801fc79 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -18,7 +18,7 @@ sub hd2minimal_part {
};
}
-#- works for both hard drives and partitions ;p
+#- works for both hard disk drives and partitions ;p
sub description {
my ($hd) = @_;
my $win = $hd->{device_windobe};
@@ -472,7 +472,7 @@ sub active {
}
-# remove a normal partition from hard drive hd
+# remove a normal partition from hard disk drive hd
sub remove {
my ($hd, $part) = @_;
my $i;