Author: pgollucci
Date: Sat Sep 24 16:14:00 2005
New Revision: 291347
URL: http://svn.apache.org/viewcvs?rev=291347&view=rev
Log:
One more typo
Modified:
perl/modperl/trunk/Changes
Modified: perl/modperl/trunk/Changes
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=291347&r1=291346&r2=291347&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Sat Sep 24 16:14:00 2005
@@ -16,7 +16,7 @@
- Setting $0 works on Linux again
- HP-UX and *BSDes show the correct process name instead of '-e'
-Fix a cirtical but trivial bug that would cause MP_MAINTAINER=1
+Fix a critical but trivial bug that would cause MP_MAINTAINER=1
or MP_TRACE=1 builds to fail if not building against a threaded APR.
Functions such as apr_os_thread_current() would not be linked in,
but were expected to be.