summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2008-02-13 12:46:50 +0000
committerErik Abele <erikabele@apache.org>2008-02-13 12:46:50 +0000
commit796353f6313591407c07088047282de9ba87a6eb (patch)
tree1ef5d27e6e558a72444f6b02d5d849cf747f8640 /build
parenteeca2b5914184ad5497daa0f3657e6d03254aa43 (diff)
downloadhttpd-796353f6313591407c07088047282de9ba87a6eb.tar.gz
A more complete solution for PR 41823, see also r619746 and r619747.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/installwinconf.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index b33da6f208..1b62db0996 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -85,7 +85,7 @@ BEGIN {
print "#" > dstfl;
print "# NOTE: Where filenames are specified, you must use forward slashes" > dstfl;
print "# instead of backslashes (e.g., \"c:/apache\" instead of \"c:\\apache\")." > dstfl;
- print "# If a drive letter is omitted, the drive on which Apache.exe is located" > dstfl;
+ print "# If a drive letter is omitted, the drive on which httpd.exe is located" > dstfl;
print "# will be used by default. It is recommended that you always supply" > dstfl;
print "# an explicit drive letter in absolute paths to avoid confusion." > dstfl;
bswarning = 0;