Skip to content
Snippets Groups Projects
Commit baa9ba04 authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: spelling in comments, update dictionary

parent fc85c708
Branches master
No related tags found
No related merge requests found
...@@ -249,11 +249,11 @@ def cmake_get_src(f: str) -> None: ...@@ -249,11 +249,11 @@ def cmake_get_src(f: str) -> None:
pass pass
elif new_file.endswith(".def"): elif new_file.endswith(".def"):
pass pass
elif new_file.endswith(".cl"): # opencl elif new_file.endswith(".cl"): # OPENCL.
pass pass
elif new_file.endswith(".cu"): # cuda elif new_file.endswith(".cu"): # CUDA.
pass pass
elif new_file.endswith(".osl"): # open shading language elif new_file.endswith(".osl"): # open shading language.
pass pass
elif new_file.endswith(".glsl"): elif new_file.endswith(".glsl"):
pass pass
......
...@@ -253,6 +253,7 @@ dict_custom = { ...@@ -253,6 +253,7 @@ dict_custom = {
"reparameterization", "reparameterization",
"reparametization", "reparametization",
"representable", "representable",
"reprojecting",
"repurpose", "repurpose",
"respecialized", "respecialized",
"retiming", "retiming",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment