From 6089a96be2993d0808018cdf209db3691a1f2d0f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 Aug 2022 07:54:29 +1000 Subject: Cleanup: spelling, code-blocks --- source/blender/makesdna/DNA_ID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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), -- cgit v1.2.3