You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2017/11/03 08:34:42 UTC

svn commit: r1814142 - /commons/proper/daemon/trunk/src/native/windows/include/Makefile.inc

Author: markt
Date: Fri Nov  3 08:34:42 2017
New Revision: 1814142

URL: http://svn.apache.org/viewvc?rev=1814142&view=rev
Log:
Fix typo

Modified:
    commons/proper/daemon/trunk/src/native/windows/include/Makefile.inc

Modified: commons/proper/daemon/trunk/src/native/windows/include/Makefile.inc
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/include/Makefile.inc?rev=1814142&r1=1814141&r2=1814142&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/include/Makefile.inc (original)
+++ commons/proper/daemon/trunk/src/native/windows/include/Makefile.inc Fri Nov  3 08:34:42 2017
@@ -32,7 +32,7 @@
 #                           WINNT   for Windows 2000 and up
 #                           WINXP   for Windows XP and up (default)
 #                           WIN2003 for Windows 2003 and up
-#                           VSITA   for Windows Vista and up
+#                           VISTA   for Windows Vista and up
 #                           Deprecated targets (may not even compile):
 #                               NT4     for Windows NT4 and up
 #                               WIN9X   for Windows 95, 98 and Me