From 6e73cf2c17a9ffc8c559e2658fb26c692978a5c9 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 28 Nov 2019 13:28:28 +0100 Subject: [PATCH] input: Fix the spelling of a parameter name in a function prototype. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- include/interactioncontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/interactioncontext.h b/include/interactioncontext.h index a3a5f345984..c0892855fd7 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);