Skip to content

Commit

Permalink
Item12180: typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16151 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Dec 4, 2012
1 parent 6755aa9 commit 33f6110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Configure/Pluggables/AUDIT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ sub parseFile {
$cont =~ s/\r+\n//g;
$cont =~ s/^#// if ( $line =~ /^#/ );
$cont =~ s/^\s*//;
chomp $line;
$line .= $cont unless ( $line =~ /^#/ );
chop $line;
$line .= $cont unless ( $cont =~ /^#/ );
}
if ( $line =~ /\\$/ ) {
push @Foswiki::Configure::FoswikiCfg::errors,
Expand Down

0 comments on commit 33f6110

Please sign in to comment.