From 7eb64c3e40281a191591e7ecd9c338039b8144cc Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 1 Nov 2004 18:28:26 +0000 Subject: [PATCH] spellcheck and some comments git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8318 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index becfae1e..93776726 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2592,6 +2592,9 @@ sub command63 { # writing into global filebased abook control sub command64 { + print "This setting controls writing into global file address\n"; + print "book options. Address book file must be writeable by\n"; + print "webserver's user, if you want to enable this option.\n"; print "\n"; if ( lc($abook_global_file_writeable) eq 'true' ) { @@ -2600,7 +2603,7 @@ sub command64 { $abook_global_file_writeable = 'false'; $default_value = "n"; } - print "Allow writting into global file address book (y/n) [$WHT$default_value$NRM]: $WHT"; + print "Allow writing into global file address book (y/n) [$WHT$default_value$NRM]: $WHT"; $new_show = ; if ( ( $new_show =~ /^y\n/i ) || ( ( $new_show =~ /^\n/ ) && ( $default_value eq "y" ) ) ) { $abook_global_file_writeable = 'true'; -- 2.25.1