stas 2004/07/07 23:55:21
Modified: xs/APR/Error Error_pm
Log:
a few comment tweaks
Revision Changes Path
1.3 +2 -2 modperl-2.0/xs/APR/Error/Error_pm
Index: Error_pm
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/APR/Error/Error_pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- Error_pm 25 May 2004 01:56:19 -0000 1.2
+++ Error_pm 8 Jul 2004 06:55:21 -0000 1.3
@@ -22,7 +22,7 @@
}
#
-# - even though the error id is not useful most of the time to the end
+# - even though most of the time the error id is not useful to the end
# users, developers may need to know it. For example in case of a
# non-english user locale setting, the error string could be
# incomprehensible to a developer, but by having the error id it's
@@ -41,7 +41,7 @@
$Carp::CarpInternal{+__PACKAGE__}++;
# XXX: Carp::(confess|cluck) see no calls stack when Perl_croak is
-# called with Nullch (which is the way execption objects are
+# called with Nullch (which is the way exception objects are
# returned), so we fixup it here (doesn't quite work for croak
# caller).
sub cluck {