Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3668
This commit is contained in:
Brecht Van Lommel
2018-09-03 16:49:08 +02:00
parent c6bbe6c5aa
commit 4da2acae3a
72 changed files with 132 additions and 132 deletions

View File

@@ -95,7 +95,7 @@ def main():
help="Render an image to the specified path",
)
args = parser.parse_args(argv) # In this example we wont use the args
args = parser.parse_args(argv) # In this example we won't use the args
if not argv:
parser.print_help()