summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-05-20 19:50:41 +0000
committerRainer Jung <rjung@apache.org>2011-05-20 19:50:41 +0000
commit7620426da9583a1264e91cc2276f218608f38f04 (patch)
tree9c712d1dc6da35bbbbd90700d51b2382f6292b2c /buildconf
parente54b70ecb78632bab412049796d85c395e68005d (diff)
downloadapr-7620426da9583a1264e91cc2276f218608f38f04.tar.gz
Fix nasty comment typo.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1125527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index e9a63dc9f..b70fa53ec 100755
--- a/buildconf
+++ b/buildconf
@@ -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.$$