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

Cleanup: check_spelling_c_config, also minor spelling corrections

parent 86093aef
Branches
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ dict_custom = {
"parentless",
"passepartout",
"passthrough",
"performant",
"pixelate",
"pixelated",
"pixelisation",
......
......@@ -44,7 +44,7 @@ Filters are evaluated in the order they are given, that is, if a block does not
it is immediately rejected and no further check is done on it.
You can add some recursivity to a filter (that is, if an 'include' filter is successful over a 'pointer' property,
it will also automatically include pointed data, with a level of recusivity), by adding either
it will also automatically include pointed data, with a level of recursivity), by adding either
'*' (for infinite recursion) or a number (to specify the maximum level of recursion) to the include/exclude toggle.
Note that it only makes sense in 'include' case, and gets ignored for 'exclude' one.
......
......@@ -143,7 +143,7 @@ def benchmarkFile(blender, blendfile, stats):
"--render-format", "PNG",
"-f", "1")
# Run Blender with configured command line.
logVerbose("About to execuet command: {}" . format(command))
logVerbose("About to execute command: {}" . format(command))
start_time = time.time()
process = subprocess.Popen(command,
stdout=subprocess.PIPE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment