You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2016/04/04 10:59:11 UTC

svn commit: r1737639 - /tomcat/native/trunk/native/srclib/apr/NMAKEmakefile

Author: kkolinko
Date: Mon Apr  4 08:59:11 2016
New Revision: 1737639

URL: http://svn.apache.org/viewvc?rev=1737639&view=rev
Log:
Correct typo in a comment - followup to r1733822

Modified:
    tomcat/native/trunk/native/srclib/apr/NMAKEmakefile

Modified: tomcat/native/trunk/native/srclib/apr/NMAKEmakefile
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/srclib/apr/NMAKEmakefile?rev=1737639&r1=1737638&r2=1737639&view=diff
==============================================================================
--- tomcat/native/trunk/native/srclib/apr/NMAKEmakefile (original)
+++ tomcat/native/trunk/native/srclib/apr/NMAKEmakefile Mon Apr  4 08:59:11 2016
@@ -162,7 +162,7 @@ $(WORKDIR)\gen_test_char.obj: $(SRCDIR)\
 	$(CC) $(CFLAGS) $(INCLUDES) $(PDBFLAGS) $<
 
 # Needs additional dynamically generated header file.
-# It is created in $(WORKDIR), so add it to header serach dirs.
+# It is created in $(WORKDIR), so add it to header search dirs.
 {$(SRCDIR)\encoding}.c{$(WORKDIR)}.obj:
 	$(CC) $(CFLAGS) $(INCLUDES) -I$(WORKDIR) $(PDBFLAGS) $<
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org