summaryrefslogtreecommitdiffstats
path: root/sshd_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-04 11:24:13 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-04 11:24:13 +0000
commita67add758e814996236a6a389210779720af90c7 (patch)
treeead3663469d24cc272c1ec1a5737acb91bce75a2 /sshd_wizard
parent563a227afb2e496855aa552c5f8d9217b32a67b8 (diff)
downloaddrakwizard-a67add758e814996236a6a389210779720af90c7.tar
drakwizard-a67add758e814996236a6a389210779720af90c7.tar.gz
drakwizard-a67add758e814996236a6a389210779720af90c7.tar.bz2
drakwizard-a67add758e814996236a6a389210779720af90c7.tar.xz
drakwizard-a67add758e814996236a6a389210779720af90c7.zip
fix typo [Bug 16695]
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-xsshd_wizard/Sshd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index a29a70e6..97c181fd 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -67,7 +67,7 @@ $o->{pages} = {
welcome => {
name => N('OpenSSH SSH daemon configuration'),
data => [
- { label => N("Wich type of configuration do you you want to do:"), type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } },
+ { label => N("Which type of configuration do you you want to do:"), type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } },
],
next => 'config_step1',
},