You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2011/05/20 21:50:42 UTC

svn commit: r1125527 - /apr/apr/trunk/buildconf

Author: rjung
Date: Fri May 20 19:50:41 2011
New Revision: 1125527

URL: http://svn.apache.org/viewvc?rev=1125527&view=rev
Log:
Fix nasty comment typo.

Modified:
    apr/apr/trunk/buildconf

Modified: apr/apr/trunk/buildconf
URL: http://svn.apache.org/viewvc/apr/apr/trunk/buildconf?rev=1125527&r1=1125526&r2=1125527&view=diff
==============================================================================
--- apr/apr/trunk/buildconf (original)
+++ apr/apr/trunk/buildconf Fri May 20 19:50:41 2011
@@ -91,7 +91,7 @@ fi
 
 # Replace top_builddir by apr_builddir.
 # Wouldn't it just be better to define top_builddir??
-# Not sure, wuld it interfere with httpd top_builddir when bundled?
+# Not sure, would it interfere with httpd top_builddir when bundled?
 mv build/libtool.m4 build/libtool.m4.$$
 sed -e 's/\(LIBTOOL=.*\)top_build/\1apr_build/' < build/libtool.m4.$$ > build/libtool.m4
 rm -f build/libtool.m4.$$