diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-04-12 20:50:42 -0700 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:26 +0200 |
commit | 018d938aa3aea8bd30bd07736bd4107aa6fda996 (patch) | |
tree | 830d2db2d5b50c3b428c78263e4c1cac6704c8a3 | |
parent | 4aa79f1f1f0d2e53b989268747e96f40aca2d538 (diff) | |
download | nx-libs-018d938aa3aea8bd30bd07736bd4107aa6fda996.tar.gz nx-libs-018d938aa3aea8bd30bd07736bd4107aa6fda996.tar.bz2 nx-libs-018d938aa3aea8bd30bd07736bd4107aa6fda996.zip |
Fix "attrinute" typo in comments in ximcp
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
-rw-r--r-- | nx-X11/lib/X11/imRmAttr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/imRmAttr.c b/nx-X11/lib/X11/imRmAttr.c index 52f860553..09521653d 100644 --- a/nx-X11/lib/X11/imRmAttr.c +++ b/nx-X11/lib/X11/imRmAttr.c @@ -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 */ /* |