Francois Gouget : input: Fix the spelling of a parameter name in a function prototype.
Module: wine Branch: master Commit: 6e73cf2c17a9ffc8c559e2658fb26c692978a5c9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6e73cf2c17a9ffc8c559e2658... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Nov 28 13:28:28 2019 +0100 input: Fix the spelling of a parameter name in a function prototype. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/interactioncontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/interactioncontext.h b/include/interactioncontext.h index a3a5f34598..c0892855fd 100644 --- a/include/interactioncontext.h +++ b/include/interactioncontext.h @@ -184,7 +184,7 @@ HRESULT WINAPI SetInteractionConfigurationInteractionContext(HINTERACTIONCONTEXT UINT32 count, const INTERACTION_CONTEXT_CONFIGURATION *configuration); HRESULT WINAPI GetPropertyInteractionContext(HINTERACTIONCONTEXT context, - INTERACTION_CONTEXT_PROPERTY proerty, UINT32 *value); + INTERACTION_CONTEXT_PROPERTY property, UINT32 *value); HRESULT WINAPI SetPropertyInteractionContext(HINTERACTIONCONTEXT context, INTERACTION_CONTEXT_PROPERTY property, UINT32 value);
participants (1)
-
Alexandre Julliard