From 373945d0978b6601c55c9d5879e0f488b18515cd Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Fri, 15 Jul 2016 01:49:51 +1000
Subject: [PATCH] Add words to ignore list

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

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 844dc9e..8a86a54 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -23,6 +23,7 @@
 # correct spelling but ignore
 dict_custom = {
     "adjoint", "adjugate",
+    "allocator",
     "atomicity",
     "boolean",
     "decrement",
@@ -117,6 +118,7 @@ dict_custom = {
     "ack",
     "amiga",
     "bzflag",
+    "ffmpeg",
     "freebsd",
     "irix",
     "kde",
-- 
GitLab