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-07-16 04:45:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-16 04:45:51 +0300
commit09b89da349fd08aea811cc770cf627fbda6d75ba (patch)
treeb2795b0bdbf3cb391b597800340000865bb3685f /source/blender/windowmanager
parentd3c454d66c0a730eafa7edecec158ca3b9edb2d7 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_uilist_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_uilist_type.c b/source/blender/windowmanager/intern/wm_uilist_type.c
index 53193deae8c..82ba4aa6e6f 100644
--- a/source/blender/windowmanager/intern/wm_uilist_type.c
+++ b/source/blender/windowmanager/intern/wm_uilist_type.c
@@ -154,7 +154,7 @@ void WM_uilisttype_free(void)
/**
* The "full" list-ID is an internal name used for storing and identifying a list. It is built like
* this:
- * "{uiListType.idname}_{list_id}", wherby "list_id" is an optional parameter passed to
+ * "{uiListType.idname}_{list_id}", whereby "list_id" is an optional parameter passed to
* `UILayout.template_list()`. If it is not set, the full list-ID is just "{uiListType.idname}_".
*
* Note that whenever the Python API refers to the list-ID, it's the short, "non-full" one it