From ace5677ef0db996a4236073d1e1d6895fd5cf4bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Nov 2019 00:55:11 +1100 Subject: Cleanup: spelling, repeated words --- source/blender/makesdna/DNA_object_types.h | 2 +- source/blender/makesdna/DNA_windowmanager_types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h index 82a90dfe7a2..a1ea51ab573 100644 --- a/source/blender/makesdna/DNA_object_types.h +++ b/source/blender/makesdna/DNA_object_types.h @@ -609,7 +609,7 @@ enum { #define BA_TEMP_TAG (1 << 5) /** - * Even if this is is tagged for transform, this flag means it's being locked in place. + * Even if this is tagged for transform, this flag means it's being locked in place. * Use for #SCE_XFORM_SKIP_CHILDREN. */ #define BA_TRANSFORM_LOCKED_IN_PLACE (1 << 7) diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h index 57c0a29382d..b1a797a35fe 100644 --- a/source/blender/makesdna/DNA_windowmanager_types.h +++ b/source/blender/makesdna/DNA_windowmanager_types.h @@ -530,7 +530,7 @@ enum { * * This difference can be important because previous settings may be used, * even with #PROP_SKIP_SAVE the repeat last operator will use the previous settings. - * Unlike #OP_IS_REPEAT the selection (and context generally) may be be different each time. + * Unlike #OP_IS_REPEAT the selection (and context generally) may be different each time. * See T60777 for an example of when this is needed. */ OP_IS_REPEAT_LAST = (1 << 1), -- cgit v1.2.3