From a6a0a091978d09ffa85306dcabb671370a5bb322 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 Sep 2019 17:06:28 +1000 Subject: Cleanup: spelling --- source/blender/editors/physics/particle_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index f0b5b5a7e54..19402316882 100644 --- a/source/blender/editors/physics/particle_edit.c +++ b/source/blender/editors/physics/particle_edit.c @@ -1597,7 +1597,7 @@ void PE_update_object(Depsgraph *depsgraph, Scene *scene, Object *ob, int usefla /* Only do this for emitter particles because drawing PE_FADE_TIME is not respected in 2.8 yet * and flagging with PEK_HIDE will prevent selection. This might get restored once this is - * supported in drawing (but doesnt make much sense for hair anyways). */ + * supported in drawing (but doesn't make much sense for hair anyways). */ if (edit->psys->part->type == PART_EMITTER) { PE_hide_keys_time(scene, edit, CFRA); } -- cgit v1.2.3