mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-17 20:26:47 +02:00
Correct typo in comment
This commit is contained in:
@ -1601,7 +1601,7 @@ sub read_a_line() {
|
|||||||
#
|
#
|
||||||
chop $currentline, next if substr( ( $currentline .= $_ ), -1, 1 ) eq '\\';
|
chop $currentline, next if substr( ( $currentline .= $_ ), -1, 1 ) eq '\\';
|
||||||
#
|
#
|
||||||
# Now remove contatinated comments
|
# Now remove concatinated comments
|
||||||
#
|
#
|
||||||
$currentline =~ s/#.*$//;
|
$currentline =~ s/#.*$//;
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user