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:
parent
0479b6b3fd
commit
7c44f3dcd6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue