From ffc2b092610248709575229ea0e1e0e82c36b8c3 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Fri, 2 Oct 2020 20:47:14 +1000
Subject: [PATCH] check_spelling_c_config.py: add resync

Similar to remap, this is a useful abbreviation in code-comments.
---
 check_source/check_spelling_c_config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py
index 8ddc405..dc31b44 100644
--- a/check_source/check_spelling_c_config.py
+++ b/check_source/check_spelling_c_config.py
@@ -137,6 +137,7 @@ dict_custom = {
     "ortho",
     "recalc",
     "reparent",
+    "resync",
     "struct", "structs",
     "subdir",
     "tooltip",
-- 
GitLab