Francois Gouget : ntdll: Fix a typo in a parameter name.

Alexandre Julliard julliard at winehq.org
Wed Jun 23 10:57:04 CDT 2010


Module: wine
Branch: master
Commit: 4c8b3b0f3db867957df46371796c58752297778c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4c8b3b0f3db867957df46371796c58752297778c

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Jun 22 17:51:43 2010 +0200

ntdll: Fix a typo in a parameter name.

---

 dlls/ntdll/error.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/error.c b/dlls/ntdll/error.c
index 5537c87..80bf787 100644
--- a/dlls/ntdll/error.c
+++ b/dlls/ntdll/error.c
@@ -132,7 +132,7 @@ DWORD WINAPI RtlGetLastWin32Error(void)
  *      NtRaiseHardError (NTDLL.@)
  */
 NTSTATUS WINAPI NtRaiseHardError( NTSTATUS ErrorStatus, ULONG NumberOfParameters,
-                                  PUNICODE_STRING UnicodeStringParameterMask, PVOID *Paramaters,
+                                  PUNICODE_STRING UnicodeStringParameterMask, PVOID *Parameters,
                                   HARDERROR_RESPONSE_OPTION ResponseOption, PHARDERROR_RESPONSE Response )
 {
     FIXME(": stub. Errorstatus was %08x\n", ErrorStatus);




More information about the wine-cvs mailing list