summaryrefslogtreecommitdiff
path: root/src/WidgetNode.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:56:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:56:49 -0700
commit25053af7cc9307090fa1a444d9679ad729ce6f50 (patch)
tree4c86929bf6f17619453b2b215d8162b75b70c0e3 /src/WidgetNode.c
parentfa9b4d7d144c6ddd989b40c826c4bee9808f6cba (diff)
downloadxorg-lib-libXmu-25053af7cc9307090fa1a444d9679ad729ce6f50.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/WidgetNode.c')
-rw-r--r--src/WidgetNode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WidgetNode.c b/src/WidgetNode.c
index 037eb0c..5c4fcc8 100644
--- a/src/WidgetNode.c
+++ b/src/WidgetNode.c
@@ -221,7 +221,7 @@ XmuWnFetchResources(XmuWidgetNode *node, Widget toplevel,
/*
- * walk up tree geting resources; since we've instantiated the widget,
+ * walk up tree getting resources; since we've instantiated the widget,
* we know that all of our superclasses have been initialized
*/
for (wn = node; wn && !wn->have_resources; wn = wn->superclass) {