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-12-09 12:21:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-09 12:21:26 +0300
commit8ef8f3a60a0a2c858ceb30a4f56a4a31ea538ba8 (patch)
tree9a7f156ebfe843b37b5c3115e37a57ddcbf1590b /source/blender/editors/space_outliner/outliner_intern.h
parent15a428eab0e0a0ca63953d71e8fc719e4a06c612 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index dfc9017360c..3439e4fa219 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -457,7 +457,7 @@ void outliner_item_openclose(struct SpaceOutliner *space_outliner,
/* outliner_dragdrop.c */
/**
- * Region dropbox definition.
+ * Region drop-box definition.
*/
void outliner_dropboxes(void);
@@ -592,7 +592,7 @@ TreeElement *outliner_find_item_at_x_in_row(const SpaceOutliner *space_outliner,
bool *r_is_merged_icon,
bool *r_is_over_icon);
/**
- * Tse is not in the treestore, we use its contents to find a match.
+ * `tse` is not in the treestore, we use its contents to find a match.
*/
TreeElement *outliner_find_tse(struct SpaceOutliner *space_outliner, const TreeStoreElem *tse);
/**