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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-08-27 03:33:08 +02:00 committed by Alexandre Julliard
parent 3126d366b6
commit 8d486f5ba5

View file

@ -113,7 +113,7 @@ typedef struct MANIPULATION_VELOCITY
{
float velocityX;
float velocityY;
float velocityExapnsion;
float velocityExpansion;
float velocityAngular;
} MANIPULATION_VELOCITY;