[PATCH] input: Fix the spelling of a parameter name in a function prototype.

Francois Gouget fgouget at free.fr
Thu Nov 28 06:28:28 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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);
 
-- 
2.20.1




More information about the wine-devel mailing list