summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-05-21 13:02:48 +0000
committerOlivier Blin <oblin@mandriva.com>2007-05-21 13:02:48 +0000
commit467a6ed46a01981398ebe777a463ec82483c5911 (patch)
tree4046d12acd1add046b60c8a7700a417861f76244
parentd6ca1c03258916d85c227f9e76b130c320a77c3d (diff)
downloaddraklive-467a6ed46a01981398ebe777a463ec82483c5911.tar
draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar.gz
draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar.bz2
draklive-467a6ed46a01981398ebe777a463ec82483c5911.tar.xz
draklive-467a6ed46a01981398ebe777a463ec82483c5911.zip
fix some typos
-rwxr-xr-xdraklive4
1 files changed, 2 insertions, 2 deletions
diff --git a/draklive b/draklive
index 11770dd..6ab334c 100755
--- a/draklive
+++ b/draklive
@@ -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>