From 6990b6ed3bdab971544a69c3950ac8897e62f41d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Jan 2021 13:38:48 +1100 Subject: Cleanup: typos (repeated words) --- source/blender/editors/object/object_modifier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/object/object_modifier.c') diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c index e9c84353b80..850e1382f47 100644 --- a/source/blender/editors/object/object_modifier.c +++ b/source/blender/editors/object/object_modifier.c @@ -1623,8 +1623,8 @@ static int modifier_set_active_exec(bContext *C, wmOperator *op) * pointer then it would always set the active modifier to the already active modifier. * * \param event: If this isn't NULL, the operator will also look for panels underneath - * the cursor with customdata set to a modifier. - * \param r_retval: This should be used if #event is used in order to to return + * the cursor with custom-data set to a modifier. + * \param r_retval: This should be used if #event is used in order to return * #OPERATOR_PASS_THROUGH to check other operators with the same key set. */ bool edit_modifier_invoke_properties_with_hover_no_active(bContext *C, -- cgit v1.2.3