You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/05 08:54:50 UTC

svn commit: r811592 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h

Author: mturk
Date: Sat Sep  5 06:54:50 2009
New Revision: 811592

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

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h?rev=811592&r1=811591&r2=811592&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h Sat Sep  5 06:54:50 2009
@@ -28,7 +28,7 @@
 #include <userenv.h>
 #include <shellapi.h>
 #include <winioctl.h>
-#include <wtsapi32.h.h>
+#include <wtsapi32.h>
 
 #if HAVE_FILEEXTD_H
 #if !defined (NTDDI_VISTA)