From 3249ab70ef6124e7fb910f987b0e033f42035bfa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Apr 2021 16:20:22 +1000 Subject: Cleanup: spelling --- source/blender/makesrna/intern/rna_object_force.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c index 488f177946a..eb7da0d0ce2 100644 --- a/source/blender/makesrna/intern/rna_object_force.c +++ b/source/blender/makesrna/intern/rna_object_force.c @@ -648,8 +648,8 @@ static void rna_FieldSettings_update(Main *UNUSED(bmain), Scene *UNUSED(scene), ob->pd->tex = NULL; } - /* In the case of specific forcefields that are using the EffectorData's normal, we need to - * rebuild mesh and bhvtree for SurfaceModifier to work correctly. */ + /* In the case of specific force-fields that are using the #EffectorData's normal, we need to + * rebuild mesh and BVH-tree for #SurfaceModifier to work correctly. */ if (ELEM(ob->pd->shape, PFIELD_SHAPE_SURFACE, PFIELD_SHAPE_POINTS) || ob->pd->forcefield == PFIELD_GUIDE) { DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY); -- cgit v1.2.3