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-06-30 13:54:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-30 13:54:31 +0300
commitb838a518031b9fa83826933ce8e7f0a31d8d9b9d (patch)
tree53565d494136eef7d1be7b6f26520a2fbbd65ab3 /source/blender/makesdna/DNA_screen_types.h
parent84f8b47c4c44160de5f59cea9da82d70755209e5 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index c34f1faa255..f9fcbdab55d 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -141,7 +141,7 @@ typedef struct Panel_Runtime {
* Pointer for storing which data the panel corresponds to.
* Useful when there can be multiple instances of the same panel type.
*
- * \note A panel and its subpanels share the same custom data pointer.
+ * \note A panel and its sub-panels share the same custom data pointer.
* This avoids freeing the same pointer twice when panels are removed.
*/
struct PointerRNA *custom_data_ptr;