summaryrefslogtreecommitdiff
path: root/wtree.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:25:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:25:45 -0800
commitae0c5a4048bec6ebcc61a8cd4abbe79ac367c53e (patch)
tree9dfc73358b13959989c507a0b3004420b509b729 /wtree.c
parent15be5d8d295f4d7c779845cd11e06c08cfacad85 (diff)
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 'wtree.c')
-rw-r--r--wtree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wtree.c b/wtree.c
index 4e4076f..e36c3b8 100644
--- a/wtree.c
+++ b/wtree.c
@@ -343,7 +343,7 @@ _TreeSelect(TreeInfo *tree_info, SelectTypes type)
}
/* Function Name: _TreeSelectNode
- * Description: Modifies the state of a node and all its decendants.
+ * Description: Modifies the state of a node and all its descendants.
* Arguments: node - node to operate on.
* type - type of selection to perform.
* recurse - whether to continue on down the tree.
@@ -388,7 +388,7 @@ _TreeSelectNode(WNode *node, SelectTypes type, Boolean recurse)
}
/* Function Name: _TreeRelabelNodes
- * Description: Modifies the node and all its decendants label.
+ * Description: Modifies the node and all its descendants label.
* Arguments: node - node to operate on.
* type - type of selection to perform.
* recurse - whether to continue on down the tree.
@@ -448,7 +448,7 @@ _TreeRelabelNode(WNode *node, LabelTypes type, Boolean recurse)
}
/* Function Name: _TreeActivateNode
- * Description: Activates relatives of the node specfied, as specified
+ * Description: Activates relatives of the node specified, as specified
* by type.
* Arguments: node - node to opererate on.
* type - type of activate to invode.