summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000
commitb8c73c319b866d4935cf3b39ba3988a6aa19a6b3 (patch)
tree116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/partition_table.pm
parent02206ce2d448b1e4e0d4d55c837b52a27b49885b (diff)
downloaddrakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.gz
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.bz2
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.xz
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.zip
- string changes: perl -pi -e 's!Can not!Cannot!'
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index a63eb4258..3bca46d89 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -493,7 +493,7 @@ sub remove {
my ($first, $second, $third) = map { $_->{normal} } @{$hd->{extended} || []};
if ($third && $first eq $part) {
- die "Can not handle removing hda5 when hda6 is not the second partition" if $second->{start} > $third->{start};
+ die "Cannot handle removing hda5 when hda6 is not the second partition" if $second->{start} > $third->{start};
}
#- otherwise search it in extended partitions