hidclass.sys: A spelling fix in an ERR() message.

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-08 15:19:52 +02:00 committed by Alexandre Julliard
parent 0479b6b3fd
commit 7c44f3dcd6

View file

@ -631,7 +631,7 @@ static int parse_descriptor(BYTE *descriptor, unsigned int index, unsigned int l
{
case TAG_LOCAL_USAGE:
if (usages_top == sizeof(usages))
ERR("More then 256 individual usages defined\n");
ERR("More than 256 individual usages defined\n");
else
{
usages[usages_top++] = getValue(bSize, itemVal, FALSE);