https://git.reactos.org/?p=reactos.git;a=commitdiff;h=02366669688b64a2d1c884...
commit 02366669688b64a2d1c88451005e42e5b891a7f6 Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Thu Nov 12 01:22:46 2020 +0100 Commit: Stanislav Motylkov x86corez@gmail.com CommitDate: Sun Apr 11 09:30:28 2021 +0300
[UMANDLG] DlgProc(): Fix 'paramater' typo, in documentation --- base/applications/utilman/umandlg/umandlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/utilman/umandlg/umandlg.c b/base/applications/utilman/umandlg/umandlg.c index 5699a9efaa4..f2c7e2e06e8 100644 --- a/base/applications/utilman/umandlg/umandlg.c +++ b/base/applications/utilman/umandlg/umandlg.c @@ -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.