Skip to content

Commit

Permalink
Item9418: arg! typoed the loose->lose typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8396 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Aug 1, 2010
1 parent 16d264b commit adddc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ sub new {
# fail to encode certain UTF-8 characters correctly.
# Note we cannot call CGI::charset in begin block. We must have
# the CGI object created because otherwise Perl 5.8 versions of
# CGI will looe things like its temp files.
# CGI will lose things like its temp files.
CGI::charset( $Foswiki::cfg{Site}{CharSet} );
}

Expand Down

0 comments on commit adddc42

Please sign in to comment.