Correct typo in comment

This commit is contained in:
Tom Eastep 2009-09-13 09:20:32 -07:00
parent 8fdbb6f252
commit 6afc43d200

View File

@ -1601,7 +1601,7 @@ sub read_a_line() {
#
chop $currentline, next if substr( ( $currentline .= $_ ), -1, 1 ) eq '\\';
#
# Now remove contatinated comments
# Now remove concatinated comments
#
$currentline =~ s/#.*$//;
#