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 <campbell@blender.org>2022-08-04 00:54:29 +0300
committerCampbell Barton <campbell@blender.org>2022-08-04 00:54:29 +0300
commit6089a96be2993d0808018cdf209db3691a1f2d0f (patch)
tree0d9a243bf0a2126260bab2bed40bc6e8d4b9c840 /source/blender/makesdna
parent1ec7f75b2a045c176218c694ae24e018f0802dbe (diff)
Cleanup: spelling, code-blocks
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 0dc7d75e744..7cecead8230 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -873,7 +873,7 @@ typedef enum IDRecalcFlag {
/* Provisioned flags.
*
* Not for actual use. The idea of them is to have all bits of the `IDRecalcFlag` defined to a
- * known value, silencing sanitizer warnings when checkign bits of the ID_RECALC_ALL. */
+ * known value, silencing sanitizer warnings when checking bits of the ID_RECALC_ALL. */
ID_RECALC_PROVISION_26 = (1 << 26),
ID_RECALC_PROVISION_27 = (1 << 27),
ID_RECALC_PROVISION_28 = (1 << 28),