Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-21 07:59:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-21 08:04:09 +0300
commitb51d836fcc31eadaef34e469c68c1c99e8417958 (patch)
tree0d212983d94fe0cf02f71bb6a560ceb562bb6e62 /source/blender/makesdna
parente14894aad2b80866eb242d2b22fe1dcda2817c0f (diff)
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.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_ID.h2
1 files changed, 1 insertions, 1 deletions
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