GUI2/Tree View Node: doc typo fixes

This commit is contained in:
Charles Dang 2024-09-18 16:08:13 -04:00
parent 1803cb6d54
commit 02cbdc83aa

View File

@ -94,7 +94,7 @@ public:
}
/**
* Adds a sibbling for a node at the end of the list.
* Adds a sibling for a node at the end of the list.
*
* @param id The id of the node definition to use for the
* new node.
@ -126,7 +126,7 @@ public:
* node. This node has no parent node and some other special features so
* several code paths need to check whether they are the parent node.
*
* This also returns true for a detecthed node returned with @ref tree_view::remove_node.
* This also returns true for a detached node returned with @ref tree_view::remove_node.
*/
bool is_root_node() const
{