stas 2003/08/05 09:00:24
Modified: lib/Apache compat.pm
Log:
typo
Revision Changes Path
1.87 +1 -1 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- compat.pm 28 Jul 2003 10:33:58 -0000 1.86
+++ compat.pm 5 Aug 2003 16:00:24 -0000 1.87
@@ -357,7 +357,7 @@
#XXX: would like to have a proper implementation
#that reads line-by-line as defined by $/
#the best way will probably be to use perlio in 5.8.0
-#anything else would be more effort that it is worth
+#anything else would be more effort than it is worth
sub READLINE {
my $r = shift;
my $line;