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:
authorHans Goudey <h.goudey@me.com>2020-06-19 23:11:15 +0300
committerHans Goudey <h.goudey@me.com>2020-06-19 23:11:15 +0300
commitab72cd2fc125927e5a3af0cf88cee8232152ffe0 (patch)
treea6d52e2b60e00eb3a3c640cabe413ffc65debb42 /source/blender/modifiers/intern/MOD_ui_common.c
parenta089286d7b96db2bc1570a9b90e0ff9b098a69ba (diff)
Cleanup: Spelling
Diffstat (limited to 'source/blender/modifiers/intern/MOD_ui_common.c')
-rw-r--r--source/blender/modifiers/intern/MOD_ui_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_ui_common.c b/source/blender/modifiers/intern/MOD_ui_common.c
index 0d2c9e4af2c..a05d5383391 100644
--- a/source/blender/modifiers/intern/MOD_ui_common.c
+++ b/source/blender/modifiers/intern/MOD_ui_common.c
@@ -439,7 +439,7 @@ PanelType *modifier_panel_register(ARegionType *region_type, ModifierType type,
}
/**
- * Add a shild panel to the parent.
+ * Add a child panel to the parent.
*
* \note To create the panel type's idname, it appends the \a name argument to the \a parent's
* idname.