Skip to content

Commit

Permalink
Item11746: do away with unnecessary capitals
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@14805 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 12, 2012
1 parent 9c56188 commit 45cf3ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions core/lib/Foswiki.spec
Expand Up @@ -748,7 +748,7 @@ $Foswiki::cfg{UsePathForRedirectCache} = $FALSE;
# '^.*$' to allow all environment variables to be seen (not recommended).
$Foswiki::cfg{AccessibleENV} = '^(HTTP_\w+|REMOTE_\w+|SERVER_\w+|REQUEST_\w+|MOD_PERL|FOSWIKI_ACTION|PATH_INFO)$';
#---++ Anti-Spam
#---++ Anti-spam
# <p>Foswiki incorporates some simple anti-spam measures to protect
# e-mail addresses and control the activities of benign robots. These
# should be enough to handle intranet requirements. Administrators of
Expand Down Expand Up @@ -1285,7 +1285,7 @@ $Foswiki::cfg{Cache}{Servers} = '127.0.0.1:11211';
# <p>Settings controlling if and how Foswiki sends email, and the proxies used
# to access external web pages.</p>
#---++ Email General
#---++ Email general
# <p>Settings controlling if and how Foswiki handles email including the identity of the sender
# and other expert settings controlling the email process.</p>
# **BOOLEAN**
Expand Down Expand Up @@ -1328,7 +1328,7 @@ $Foswiki::cfg{Email}{Servertime} = $FALSE;
# Version 2012022300, Last Updated Thu Feb 23 15:07:02 2012 UTC</code>
$Foswiki::cfg{Email}{ValidTLD} = qr(AERO|ARPA|ASIA|BIZ|CAT|COM|COOP|EDU|GOV|INFO|INT|JOBS|MIL|MOBI|MUSEUM|NAME|NET|ORG|PRO|TEL|TRAVEL|XXX)i;
#---++ Email Server
#---++ Email server
# <p>Settings to select the destination mail server or local email agent used for forwarding email.</p>
# **SELECT Net::SMTP,Net::SMTP::SSL,MailProgram **
Expand Down Expand Up @@ -1425,7 +1425,7 @@ $Foswiki::cfg{PROXY}{HOST} = '';
# are using a SitePreferences topic from a previous release of Foswiki.
$Foswiki::cfg{PROXY}{PORT} = '';
#---++ Email Test
#---++ Email test
# <p> This section provides a test facility to verify your configuration before
# enabling email or testing user registration.
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/Checkers/CGISetup.pm
Expand Up @@ -20,7 +20,7 @@ our @ISA = ('Foswiki::Configure::Section');

sub new {
my $class = shift;
return $class->SUPER::new( 'Web Server Environment', '' );
return $class->SUPER::new( 'Web server environment', '' );
}

1;
Expand Down

0 comments on commit 45cf3ef

Please sign in to comment.