summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2017-06-01 18:34:13 +0000
committerGregg Lewis Smith <gsmith@apache.org>2017-06-01 18:34:13 +0000
commit49259f8918872377eb9ff280d8d3c8756e9837c1 (patch)
treefbad2321697cb99f17a6a7fe6f9333951b323c03 /Makefile.win
parent5cbb270b9123469c2a42963e103db2190a8cec37 (diff)
downloadhttpd-49259f8918872377eb9ff280d8d3c8756e9837c1.tar.gz
fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index c6c4397e0f..3444cca428 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -1142,7 +1142,7 @@ This binary distribution of mod_brotli.so includes Brotli C library written
by the Brotli Authors. For complete information, visit Brotli's web site
at https://github.com/google/brotli
<<
- -awk -f <<script.awk < "srclib\broyli\LICENSE" >> "$(INSTDIR)\LICENSE.txt"
+ -awk -f <<script.awk < "srclib\brotli\LICENSE" >> "$(INSTDIR)\LICENSE.txt"
BEGIN {
print "";
print "For the mod_brotli component:";