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>2020-12-15 04:27:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-15 04:34:25 +0300
commit001f2c5d50b496708ef12de2c083686996b678d9 (patch)
tree1fb94cae6d535e9fe313744d1f3daa7fd1330c02 /source/blender/editors/interface
parente995296acbd9587efbed0b7f2cbb7bde28ea00f1 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 352afe72e76..dec2312b549 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -6173,7 +6173,7 @@ void uiTemplateList(uiLayout *layout,
org_i,
flt_flag);
- /* Items should be able to set context pointers for the layout. But the listrow button
+ /* Items should be able to set context pointers for the layout. But the list-row button
* swallows events, so it needs the context storage too for handlers to see it. */
but->context = uiLayoutGetContextStore(sub);