You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/05/23 13:29:15 UTC

svn commit: r1878059 - /httpd/httpd/trunk/Makefile.win

Author: jailletc36
Date: Sat May 23 13:29:14 2020
New Revision: 1878059

URL: http://svn.apache.org/viewvc?rev=1878059&view=rev
Log:
Fix some typo in trunk that have already been fixed in 2.4.x when r1816156 has been backported in 1821093

[skip ci]

Modified:
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=1878059&r1=1878058&r2=1878059&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Sat May 23 13:29:14 2020
@@ -347,7 +347,7 @@ _trymd:
 
 _trymd:
 	@echo -----
-	@echo mod_md not build unless OpenSSL, Jansson and Curl are built in placed
+	@echo mod_md will not build unless OpenSSL, Jansson and Curl are built and placed
 	@echo in srclib. Example: srclib/openssl, srclib/jansson and srclib/curl
 
 !ENDIF