From cc857792a49b4b9cab51f185803cdecdaa10e6eb Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Wed, 3 Nov 2021 11:36:03 +1100
Subject: [PATCH] check_spelling_c: update dictionary
---
check_source/check_spelling_c_config.py | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 3653702..fe7cf7e 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -45,6 +45,7 @@ dict_custom = {
"accessor",
"adjoint", "adjugate",
"alignable",
+ "allocatable",
"allocator", "allocators",
"anisotropic",
"anisotropy",
@@ -88,6 +89,7 @@ dict_custom = {
"equiangular",
"finalizer",
"flushable",
+ "formatter",
"haptics",
"highlightable",
"homogenous",
@@ -115,8 +117,11 @@ dict_custom = {
"parallelize",
"parallelizing",
"precompute",
+ "renormalized",
+ "sortable",
"tokenizing",
"transmissive",
+ "unmaximized",
"unpaused"
"overridable",
"paddings",
@@ -196,6 +201,7 @@ dict_custom = {
"visibilities",
"volumetrics",
"vortices",
+ "voxelize",
"zoomable",
# python types
--
GitLab