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:
Diffstat (limited to 'source/blender/editors/space_outliner/tree/tree_element_id.hh')
-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
{