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

check_spelling_c_config: add words

parent 4a6f1706
Branches
No related tags found
No related merge requests found
...@@ -87,9 +87,11 @@ dict_custom = { ...@@ -87,9 +87,11 @@ dict_custom = {
"registerable", "registerable",
"rendeder", "rendeder",
"reparametization", "reparametization",
"sidedness",
"subclass", "subclasses", "subclassing", "subclass", "subclasses", "subclassing",
"subdirectory", "subdirectory",
"tertiarily", "tertiarily",
"unassign",
"unbuffered", "unbuffered",
"unclamped", "unclamped",
"uncomment", "uncomment",
......
...@@ -101,7 +101,7 @@ if code != 0: ...@@ -101,7 +101,7 @@ if code != 0:
# Otherwise create a commit for formatting. # Otherwise create a commit for formatting.
os.system('git commit -m "Cleanup: apply clang format"') os.system('git commit -m "Cleanup: apply clang format"')
# Rebase remaning commits # Rebase remaining commits
code = os.system('git ' + mode_cmd + ' ' + base_branch) code = os.system('git ' + mode_cmd + ' ' + base_branch)
if code != 0: if code != 0:
print("BLENDER MERGE: resolve conflicts, complete " + mode + " and you're done") print("BLENDER MERGE: resolve conflicts, complete " + mode + " and you're done")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment