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>
stable
Francois Gouget 2019-08-27 03:33:08 +02:00 committed by Alexandre Julliard
parent 3126d366b6
commit 8d486f5ba5
1 changed files with 1 additions and 1 deletions

View File

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