Modified Files:

sgmllyxquotefix.pl : spelling fix
This commit is contained in:
pbldp 2002-07-13 09:40:22 +00:00
parent 0339ad4763
commit febef49314
1 changed files with 3 additions and 2 deletions

View File

@ -17,11 +17,12 @@
#
# Changes:
# 20020125: Initial release
# 20020713: spelling fix
#
# Known bugs:
# Entinity must be in one line
# Entity must be in one line
print STDERR "INF : Replacing special quotes entinities\n";
print STDERR "INF : Replacing special quotes entities\n";
while (<STDIN>) {
my $line = $_;