diff options
author | Funda Wang <fwang@mandriva.org> | 2005-09-04 13:50:47 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-09-04 13:50:47 +0000 |
commit | f97dfbf8a3fa365d22009cd8e3776e17540e71f3 (patch) | |
tree | 9413e4c62faffe6905f36b7ad626d8f4957c00e1 /sshd_wizard | |
parent | 3b7a525df2e228309f7ce5006ef4805c1b4734eb (diff) | |
download | drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.gz drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.bz2 drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.xz drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.zip |
Corrected several typos.
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-x | sshd_wizard/Sshd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index 5fd23c64..9d54224c 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -67,7 +67,7 @@ my %type = ( $o->{pages} = { welcome => { - name => N('OpenSSH daemon configuration') . "\n\n" . N("Which type of configuration do you you want to do:"), + name => N('OpenSSH daemon configuration') . "\n\n" . N("Which type of configuration do you want to do:"), data => [ { label => "", type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } }, ], |