From baa9ba0405081bde968e4d340971b62e1464e816 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Mon, 6 Feb 2023 12:46:12 +1100 Subject: [PATCH] Cleanup: spelling in comments, update dictionary --- check_source/check_cmake_consistency.py | 6 +++--- check_source/check_spelling_c_config.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/check_source/check_cmake_consistency.py b/check_source/check_cmake_consistency.py index 9833093..639e927 100755 --- a/check_source/check_cmake_consistency.py +++ b/check_source/check_cmake_consistency.py @@ -249,11 +249,11 @@ def cmake_get_src(f: str) -> None: pass elif new_file.endswith(".def"): pass - elif new_file.endswith(".cl"): # opencl + elif new_file.endswith(".cl"): # OPENCL. pass - elif new_file.endswith(".cu"): # cuda + elif new_file.endswith(".cu"): # CUDA. pass - elif new_file.endswith(".osl"): # open shading language + elif new_file.endswith(".osl"): # open shading language. pass elif new_file.endswith(".glsl"): pass diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 2964d5e..19fda36 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -253,6 +253,7 @@ dict_custom = { "reparameterization", "reparametization", "representable", + "reprojecting", "repurpose", "respecialized", "retiming", -- GitLab