[PATCH] ninput: Fix the name of MANIPULATION_VELOCITY's velocityExpansion field.

Francois Gouget fgouget at free.fr
Mon Aug 26 20:33:08 CDT 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 a643b626cd7..a3a5f345984 100644
--- a/include/interactioncontext.h
+++ b/include/interactioncontext.h
@@ -113,7 +113,7 @@ typedef struct MANIPULATION_VELOCITY
 {
     float velocityX;
     float velocityY;
-    float velocityExapnsion;
+    float velocityExpansion;
     float velocityAngular;
 } MANIPULATION_VELOCITY;
 
-- 
2.20.1




More information about the wine-devel mailing list