[PATCH] programs/regsvr32: Fix a typo in a comment parameter

Hugh McMaster hugh.mcmaster at outlook.com
Thu May 28 05:00:58 CDT 2015


---
 programs/regsvr32/regsvr32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/regsvr32/regsvr32.c b/programs/regsvr32/regsvr32.c
index e540d1f..666de43 100644
--- a/programs/regsvr32/regsvr32.c
+++ b/programs/regsvr32/regsvr32.c
@@ -105,7 +105,7 @@ static void __cdecl output_write(UINT id, ...)
  * Parameters:
  * strDll - name of the dll.
  * procName - name of the procedure to load from dll
- * pDllHanlde - output variable receives handle of the loaded dll.
+ * pDllHandle - output variable receives handle of the loaded dll.
  */
 static VOID *LoadProc(const char* strDll, const char* procName, HMODULE* DllHandle)
 {
-- 
1.9.1




More information about the wine-patches mailing list