diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-27 22:03:55 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-27 22:07:18 +0200 |
commit | a4e46a78d26a05957100cd360b07cd69d13037b0 (patch) | |
tree | 8f52a00f444a30d01f90bfac0e879160fdb778e8 /perl-install/interactive.pm | |
parent | bbecf42e9490e4857a7c49e905ae736ae4c15e72 (diff) | |
download | drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.gz drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.bz2 drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.tar.xz drakx-a4e46a78d26a05957100cd360b07cd69d13037b0.zip |
typo fixes
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index a74061856..dd96b1bf9 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -535,7 +535,7 @@ ask_from_() takes global options ($common): =item * I<focus_first>: (deprecated) force focus on the first entry -=item * B<ok_disabled>: function returning wether {ok} should be disabled (grayed) +=item * B<ok_disabled>: function returning whether {ok} should be disabled (grayed) =item * B<validate>: function called when {ok} is pressed. If it returns false, the first entry is focused, otherwise it quits @@ -569,7 +569,7 @@ ask_from_ takes a list of entries with fields: =item * B<help>: tooltip -=item * I<advanced>: (deprecated) wether it is shown in by default or only in advanced mode +=item * I<advanced>: (deprecated) whether it is shown in by default or only in advanced mode =item * B<focus_out>: function called when the entry is focused out @@ -577,9 +577,9 @@ ask_from_ takes a list of entries with fields: =item * B<validate>: function called when "Ok" is pressed. If it returns false, this entry is focused, otherwise it quits -=item * B<disabled>: function returning wether it should be disabled (grayed) +=item * B<disabled>: function returning whether it should be disabled (grayed) -=item * B<focus>: function returning wether it should be focused +=item * B<focus>: function returning whether it should be focused =item * B<alignment>: preferred alignment @@ -617,7 +617,7 @@ It has these optional parameters: =item * B<help>: can be a hash or a function, -=item * B<tree_expanded>: boolean telling wether the tree should be wide open by default +=item * B<tree_expanded>: boolean telling whether the tree should be wide open by default =item * B<quit_if_double_click>: boolean |