Commit 018d938a authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

Fix "attrinute" typo in comments in ximcp

parent 4aa79f1f
......@@ -1384,7 +1384,7 @@ _XimCountNumberOfAttr(
{
unsigned int n;
INT16 len;
INT16 min_len = sizeof(CARD16) /* sizeof attrinute ID */
INT16 min_len = sizeof(CARD16) /* sizeof attribute ID */
+ sizeof(CARD16) /* sizeof type of value */
+ sizeof(INT16); /* sizeof length of attribute */
......@@ -1416,7 +1416,7 @@ _XimGetAttributeID(
int values_len;
register int i;
INT16 len;
INT16 min_len = sizeof(CARD16) /* sizeof attrinute ID */
INT16 min_len = sizeof(CARD16) /* sizeof attribute ID */
+ sizeof(CARD16) /* sizeof type of value */
+ sizeof(INT16); /* sizeof length of attr */
/*
......
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