Spelling fixes in comments and descriptions, patch by luzpaz

Differential Revision: https://developer.blender.org/D3744
This commit is contained in:
Brecht Van Lommel
2019-07-31 14:25:09 +02:00
parent 136a7a7fe8
commit 604fdb6e85
92 changed files with 139 additions and 139 deletions

View File

@@ -130,7 +130,7 @@ def function_parm_wash_tokens(parm):
)
"""
Return tolens without trailing commands and 'const'
Return tokens without trailing commands and 'const'
"""
tokens = [t for t in parm.get_tokens()]