From a67add758e814996236a6a389210779720af90c7 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 4 Jul 2005 11:24:13 +0000 Subject: fix typo [Bug 16695] --- sshd_wizard/Sshd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, -- cgit v1.2.1