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-09-15 03:50:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-15 03:56:35 +0300
commite1714ce8c90974f563d5071e4a67a249e7626fb3 (patch)
tree6e1c1372e5ce87bfc8f7eaa41404c7ff42149f31 /source/blender/editors/space_outliner/outliner_draw.c
parent97de4f07a3872365f7924f7c31980eebb79041d0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index a094dfb0834..c06a1010168 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -2633,7 +2633,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
data.icon = ICON_FILE_TEXT;
}
else {
- /* Helps distinguish text-based formats like the filebrowser does. */
+ /* Helps distinguish text-based formats like the file-browser does. */
data.icon = ED_file_extension_icon(text->filepath);
}
break;