From ce943dad8a21b4784e2dcef12d8f893473cddb7f Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Thu, 17 Oct 2019 12:13:42 +1100
Subject: [PATCH] check_spelling_c: update config

---
 check_source/check_spelling_c_config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 375ff3f..e95152d 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -76,6 +76,7 @@ dict_custom = {
     "precalculate",
     "prefetch", "prefetching",
     "probabilistically",
+    "profiler",
     "psudocode",
     "rasterizer",
     "rasterizing",
@@ -107,7 +108,7 @@ dict_custom = {
     "func",
     "repr",
 
-    # Accepted abbreviations/concatinations.
+    # Accepted abbreviations/concatenations.
     "addon", "addons",
     "autocomplete",
     "colospace",
-- 
GitLab