mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fixed some typos
This commit is contained in:
parent
6cf19d1cdb
commit
785a34e8ad
7 changed files with 10 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ nodename(xmlNode *node, char *buf, int len)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* Ignore superflous 'text.' in node name */
|
||||
/* Ignore superfluous 'text.' in node name */
|
||||
if (node->parent && !strcmp((char *)node->name, "text")) {
|
||||
node = node->parent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue