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-02-20 07:38:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:38:14 +0300
commit4cd808f912173b8c59c217860313e178102e893e (patch)
tree4210a0125a63430914e81c116dd0866b2d58c08f /source/blender/editors/animation
parent7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/fmodifier_ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index f521b89450e..0821cfbd282 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -190,7 +190,7 @@ static PanelType *fmodifier_panel_register(ARegionType *region_type,
panel_type->poll = poll;
/* Give the panel the special flag that says it was built here and corresponds to a
- * modifer rather than a PanelType. */
+ * modifier rather than a #PanelType. */
panel_type->flag = PANEL_TYPE_HEADER_EXPAND | PANEL_TYPE_DRAW_BOX | PANEL_TYPE_INSTANCED;
panel_type->reorder = fmodifier_reorder;
panel_type->get_list_data_expand_flag = get_fmodifier_expand_flag;
@@ -596,7 +596,7 @@ static void panel_register_noise(ARegionType *region_type,
/** \} */
/* -------------------------------------------------------------------- */
-/** \name Enevelope Modifier
+/** \name Envelope Modifier
* \{ */
static void fmod_envelope_addpoint_cb(bContext *C, void *fcm_dv, void *UNUSED(arg))
@@ -898,7 +898,7 @@ static void panel_register_stepped(ARegionType *region_type,
* \{ */
/**
- * Checks if the panels match the active strip / curve, rebubilds them if they don't.
+ * Checks if the panels match the active strip / curve, rebuilds them if they don't.
*/
void ANIM_fmodifier_panels(const bContext *C,
ID *owner_id,