diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-09-22 13:56:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-09-22 13:56:01 +0000 |
commit | c49185f507daac67df3779f0d08907ce51f23260 (patch) | |
tree | 36f19a62c34b15347fb06365df2dd522b75f04b0 /perl-install/lvm.pm | |
parent | 15351363e7267250fcc31effdeb36319453fb8b1 (diff) | |
download | drakx-c49185f507daac67df3779f0d08907ce51f23260.tar drakx-c49185f507daac67df3779f0d08907ce51f23260.tar.gz drakx-c49185f507daac67df3779f0d08907ce51f23260.tar.bz2 drakx-c49185f507daac67df3779f0d08907ce51f23260.tar.xz drakx-c49185f507daac67df3779f0d08907ce51f23260.zip |
fix typos (thanks to Arpad Biro)
Diffstat (limited to 'perl-install/lvm.pm')
-rw-r--r-- | perl-install/lvm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index 05beddc19..018811ea1 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -175,7 +175,7 @@ sub lv_create { if ($lv->{mntpoint} eq '/boot' && lv_nb_pvs($lv) > 1) { lvm_cmd_or_die('lvremove', '-f', "/dev/$lv->{device}"); - die N("The bootloader can't handle /boot on multiple physicals volumes"); + die N("The bootloader can't handle /boot on multiple physical volumes"); } $lv->{size} = get_lv_size($lv->{device}); #- the created size is smaller than asked size |