winedump: Fix the spelling of a NETWORK_VOLUME_INFO field.

Francois Gouget fgouget at free.fr
Tue May 15 02:46:45 CDT 2012


---
 tools/winedump/lnk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/winedump/lnk.c b/tools/winedump/lnk.c
index e0a2282..1a89173 100644
--- a/tools/winedump/lnk.c
+++ b/tools/winedump/lnk.c
@@ -138,7 +138,7 @@ typedef struct _LOCAL_VOLUME_INFO
 typedef struct _NETWORK_VOLUME_INFO
 {
     DWORD dwSize;
-    DWORD dwUnkown1;
+    DWORD dwUnknown1;
     DWORD dwShareNameOfs;
     DWORD dwReserved;
     DWORD dwUnknown2;
-- 
1.7.10



More information about the wine-patches mailing list