From d7a91e35b759e528e7e48a29c286a110d0a93ef2 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 31 Aug 2005 06:36:12 +0000 Subject: more typos :( --- postfix_wizard/Postfix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postfix_wizard/Postfix.pm') diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index ea8fb8d0..d1aedabf 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 specifiy the local internet domain name.')); return 1; } + $::in->ask_warn(N('Error'), N('You must specify the local internet domain name.')); return 1; } }, }, main_server => { -- cgit v1.2.1