From 9d3550d7819807064dd39365322295ebd8ea0a09 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 21 Sep 2020 15:17:41 +0200 Subject: Various fixes in UI messages. Along some other typos in comments or variable names. --- source/blender/gpencil_modifiers/intern/MOD_gpencilhook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpencil_modifiers') diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilhook.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilhook.c index 83c65e2d3a2..a46de224b92 100644 --- a/source/blender/gpencil_modifiers/intern/MOD_gpencilhook.c +++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilhook.c @@ -113,7 +113,7 @@ static void copyData(const GpencilModifierData *md, GpencilModifierData *target) tgmd->curfalloff = BKE_curvemapping_copy(gmd->curfalloff); } -/* calculate factor of fallof */ +/* Calculate the factor of falloff. */ static float gpencil_hook_falloff(const struct GPHookData_cb *tData, const float len_sq) { BLI_assert(tData->falloff_sq); -- cgit v1.2.3