From bc3b3944943492ecebeacb240d6a6f153cd8efe5 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 8 Aug 2005 07:39:49 +0000 Subject: fix small typo --- postfix_wizard/Postfix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postfix_wizard') diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index 37eb3e9c..9cd137f5 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -131,7 +131,7 @@ $o->{pages} = { next => 'global_config', }, understanding => { - name => N('Now i need to know your undestanding in Postfix server configuration'), + name => N('Now i need to know your understanding in Postfix server configuration'), data => [ { label => N("What kind of user are you:"), val => \$o->{var}{wiz_understanding}, list => [ keys %understanding ], format => sub { $understanding{$_[0]} } }, ], -- cgit v1.2.1