diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-16 22:56:03 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-16 22:56:03 +0200 |
commit | 8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15 (patch) | |
tree | 238eb2cd9e0476ad58de962bdd2b5f9d54b0dd43 /Apache.dsp | |
parent | Missed a versioned win32 project in my tree (diff) | |
download | apache2-8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15.tar.xz apache2-8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15.zip |
Spell it right, per Mr. Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Apache.dsp')
-rw-r--r-- | Apache.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Apache.dsp b/Apache.dsp index 66d67eab80..0965d40483 100644 --- a/Apache.dsp +++ b/Apache.dsp @@ -107,7 +107,7 @@ SOURCE=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk Apache "Apache http Server"\ + awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\ ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build @@ -119,7 +119,7 @@ InputPath=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk Apache "Apache http Server"\ + awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\ ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build |