From 33d3969202b855305a9823a9bc67a1d56e4546c2 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Fri, 14 Jun 2019 14:43:54 +1000 Subject: [PATCH] check_spelling_c_config: add words to the exception list. --- check_source/check_spelling_c_config.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 38adae0..9dd4a9d 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -26,9 +26,13 @@ dict_custom = { "allocator", "atomicity", "boolean", + "confusticate", "confusticated", "decrement", "decrementing", + "dereference", "dereferenced", "desaturate", + "destructors", + "editability", "enqueue", "equiangular", "instantiation", @@ -43,6 +47,7 @@ dict_custom = { "recurse", "subclass", "subclasses", "subclassing", "subdirectory", + "unary", "unregister", "unselected", "variadic", @@ -122,6 +127,7 @@ dict_custom = { "freebsd", "irix", "kde", + "manpage", "mozilla", "netscape", "posix", @@ -149,6 +155,7 @@ dict_custom = { "ngon", "ngons", "normals", "nurbs", + "octree", "quaternions", "radiosity", "reflectance", -- GitLab