From f64419f31071072710b681dd5408f659e4422891 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 30 Aug 2005 16:32:29 +0000 Subject: typo fix --- postfix_wizard/Postfix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index 7ae4a296..ea8fb8d0 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -165,7 +165,7 @@ $o->{pages} = { if (!$o->{var}{wiz_myhostname}) { $::in->ask_warn(N('Error'), N('You must provide an internet hostname of this mail system.')); return 1; } if (!$o->{var}{wiz_mydomain}) { - $::in->ask_warn(N('Error'), N('You must specifies the local internet domain name.')); return 1; } + $::in->ask_warn(N('Error'), N('You must specifiy the local internet domain name.')); return 1; } }, }, main_server => { -- cgit v1.2.1