You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2005/09/23 20:53:01 UTC

svn commit: r291190 - /perl/modperl/trunk/Changes

Author: pgollucci
Date: Fri Sep 23 11:52:58 2005
New Revision: 291190

URL: http://svn.apache.org/viewcvs?rev=291190&view=rev
Log:
s/but/bug/

Modified:
    perl/modperl/trunk/Changes

Modified: perl/modperl/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=291190&r1=291189&r2=291190&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Fri Sep 23 11:52:58 2005
@@ -12,7 +12,7 @@
 
 =item 2.0.2-dev
 
-Fix a cirtical but trivial but that would cause MP_MAINTAINER=1
+Fix a cirtical bug trivial but 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.