Commit 7c44f3dc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 0479b6b3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment