Module: wine Branch: master Commit: 4c8b3b0f3db867957df46371796c58752297778c URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c8b3b0f3db867957df4637179...
Author: Francois Gouget fgouget@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);