diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-10 15:01:55 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-10 15:01:55 +0000 |
commit | 670c4b6b9c726c4be45525a41afe68dcf2241d5b (patch) | |
tree | bbc9d660bcf95d1efdb68a71fcec08484b6cdb34 /web_wizard | |
parent | cbb3f12c1660d691e45d0f504b0e23e8c709054a (diff) | |
download | drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.gz drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.bz2 drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.xz drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.zip |
typo fix (Arys P. Deloso, Michalis Avraam)
Diffstat (limited to 'web_wizard')
-rwxr-xr-x | web_wizard/Apache.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 429ff72f..b889346b 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -97,7 +97,7 @@ available on your http server via http://www.yourserver.com/~user."), 70)), type next => 'ask_dir' }, user_dir => { - name => N("Type the name of the directory users should create in their homes (whitout ~/) to get it available via http://www.yourserver.com/~user"), + name => N("Type the name of the directory users should create in their homes (without ~/) to get it available via http://www.yourserver.com/~user"), pre => sub { $o->{var}{user_dir} ||= 'public_html' }, data => [ { label => N("user http sub-directory : ~/"), help => N("Type the name of the directory users should create in their homes (whitout ~/) to get it available via http://www.yourserver.com/~user"), val => \$o->{var}{user_dir} }, |