diff options
author | Funda Wang <fwang@mandriva.org> | 2005-07-25 04:57:23 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-07-25 04:57:23 +0000 |
commit | fe6484d2940296ac5aab3b7441ebe899ce8ab341 (patch) | |
tree | 39a1f6babe3bdea34218ce964e6fad149c4a2afc | |
parent | 92428759feec2583ad6a9d5cce616c2cb0c61757 (diff) | |
download | drakwizard-fe6484d2940296ac5aab3b7441ebe899ce8ab341.tar drakwizard-fe6484d2940296ac5aab3b7441ebe899ce8ab341.tar.gz drakwizard-fe6484d2940296ac5aab3b7441ebe899ce8ab341.tar.bz2 drakwizard-fe6484d2940296ac5aab3b7441ebe899ce8ab341.tar.xz drakwizard-fe6484d2940296ac5aab3b7441ebe899ce8ab341.zip |
Type fix. s/Postifx/Postfix/g.
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index d724cdf3..5aba4a19 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -112,7 +112,7 @@ my @yesorno = qw(yes no); push @yesorno, ""; $o->{pages} = { welcome => { - name => N("Internet mail configuration wizard") . "\n\n" . N("This wizard will help you configure a Postifx mail server or a Postfix mail relay."), + name => N("Internet mail configuration wizard") . "\n\n" . N("This wizard will help you configure a Postfix mail server or a Postfix mail relay."), no_back => 1, pre => sub { $postfix->{relayhost} and $o->{var}{wiz_type} = 2; |