From c35e14afe195640b441f40bdd9be6e7344dd9528 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 19:18:28 +0000 Subject: - string changes: perl -pi -e 's!Can not!Cannot!' --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') 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 -- cgit v1.2.1