Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-06 05:03:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-06 10:33:54 +0300
commit3bc406274b17c6232c0ba5f86d9be7f3449aa804 (patch)
tree5e09edd412e5890028eee61b0f00899c47d8bb06 /source/blender/editors/space_outliner
parentf117ea26246355f423fd78785a3b00a2490bd9a4 (diff)
Cleanup: comments
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_id.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_id.hh b/source/blender/editors/space_outliner/tree/tree_element_id.hh
index d1e672ed387..612c1cd4a6f 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_id.hh
+++ b/source/blender/editors/space_outliner/tree/tree_element_id.hh
@@ -32,7 +32,7 @@ class TreeElementID : public AbstractTreeElement {
/**
* Expanding not implemented for all types yet. Once it is, this can be set to true or
- * `AbstractTreeElement::expandValid()` can be removed alltogether.
+ * `AbstractTreeElement::expandValid()` can be removed altogether.
*/
bool isExpandValid() const override
{