summaryrefslogtreecommitdiff
path: root/build/installwinconf.awk
diff options
context:
space:
mode:
Diffstat (limited to 'build/installwinconf.awk')
-rw-r--r--build/installwinconf.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index bc2540f5..8ca7554d 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;