From b51d836fcc31eadaef34e469c68c1c99e8417958 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Sep 2020 14:59:31 +1000 Subject: Cleanup: balance braces, spelling Keep braces balanced where possible, even with ifdef's as it avoids confusions with editors calculating correct indentation level & finding matching brackets. --- source/blender/makesdna/DNA_ID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_ID.h') diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h index ea1e1d7ee0e..23a8927a0e0 100644 --- a/source/blender/makesdna/DNA_ID.h +++ b/source/blender/makesdna/DNA_ID.h @@ -132,7 +132,7 @@ enum { /** This collection item IDProp has been inserted in a local override. * This is used by internal code to distinguish between library-originated items and - * local-insterted ones, as many operations are not allowed on the former. */ + * local-inserted ones, as many operations are not allowed on the former. */ IDP_FLAG_OVERRIDELIBRARY_LOCAL = 1 << 1, /** This means the property is set but RNA will return false when checking -- cgit v1.2.3