diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:18:28 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:18:28 +0000 |
commit | c35e14afe195640b441f40bdd9be6e7344dd9528 (patch) | |
tree | 116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/partition_table.pm | |
parent | c17fbf2a4f83f6192453e947733c22c2af3501bf (diff) | |
download | drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.gz drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.bz2 drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.xz drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.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.pm | 2 |
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 |