diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-21 13:02:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-21 13:02:48 +0000 |
commit | 467a6ed46a01981398ebe777a463ec82483c5911 (patch) | |
tree | 4046d12acd1add046b60c8a7700a417861f76244 | |
parent | d6ca1c03258916d85c227f9e76b130c320a77c3d (diff) | |
download | draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar.gz draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar.bz2 draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar.xz draklive-467a6ed46a01981398ebe777a463ec82483c5911.zip |
fix some typos
-rwxr-xr-x | draklive | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -837,7 +837,7 @@ sub get_storage_setting { $storage{$media->{storage}}{$setting}; } -#- for actions that support an optionnal boot storage type +#- for actions that support an optional boot storage type sub get_boot_setting { my ($media, $setting, $opts) = @_; $opts->{boot} ? $storage{$opts->{boot}}{$setting} : get_media_setting($media, $setting); @@ -1595,7 +1595,7 @@ Example keys: B<draklive> builds a live distribution according to a configuration file, creates a master image, -and optionnally installs it on a device. +and optionally installs it on a device. See L<http://qa.mandriva.com/twiki/bin/view/Main/DrakLive> |