From b2b40553ac8e94388eaee8fd53af5d2bf18f4ce4 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sat, 12 Jul 2008 09:39:30 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=34435 --- reactos/dll/win32/ws2_32/misc/handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/ws2_32/misc/handle.c b/reactos/dll/win32/ws2_32/misc/handle.c index 7433c63f4b4..d5b54e3fb28 100644 --- a/reactos/dll/win32/ws2_32/misc/handle.c +++ b/reactos/dll/win32/ws2_32/misc/handle.c @@ -227,7 +227,7 @@ ReferenceProviderByHandle(HANDLE Handle, ProviderHandle = GetProviderByHandle(ProviderHandleTable, Handle); - WS_DbgPrint(MID_TRACE, ("ProviderHanddle is %x\n", ProviderHandle)); + WS_DbgPrint(MID_TRACE, ("ProviderHandle is %x\n", ProviderHandle)); LeaveCriticalSection(&ProviderHandleTableLock);