mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[UMANDLG] DlgProc(): Fix 'paramater' typo, in documentation
This commit is contained in:
parent
8c475e4709
commit
0236666968
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ INT ListBoxRefreshContents(VOID)
|
|||
* Message parameter (in UINT_PTR).
|
||||
*
|
||||
* @param[in] lParam
|
||||
* Message paramater (in LONG_PTR).
|
||||
* Message parameter (in LONG_PTR).
|
||||
*
|
||||
* @return
|
||||
* Returns 0 to inform the system that the procedure has been handled.
|
||||
|
|
Loading…
Reference in a new issue