Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT

The former name was incorrect in English, though for us latin lovers it's an understandable mistake.
Second part of and closes #3626.
This commit is contained in:
Rémi Verschelde
2016-02-17 22:59:46 +01:00
parent f0971ccf5f
commit 130f8fa193
9 changed files with 9 additions and 9 deletions

View File

@ -82,7 +82,7 @@ static const _KeyCodeText _keycodes[]={
{KEY_KP_ENTER ,"Kp Enter"},
{KEY_KP_MULTIPLY ,"Kp Multiply"},
{KEY_KP_DIVIDE ,"Kp Divide"},
{KEY_KP_SUBSTRACT ,"Kp Substract"},
{KEY_KP_SUBTRACT ,"Kp Subtract"},
{KEY_KP_PERIOD ,"Kp Period"},
{KEY_KP_ADD ,"Kp Add"},
{KEY_KP_0 ,"Kp 0"},