Cleanup: Spelling Mistakes

This patch fixes many minor spelling mistakes, all in comments or
console output. Mostly contractions like can't, won't, don't, its/it's,
etc.

Differential Revision: https://developer.blender.org/D11663

Reviewed by Harley Acheson
This commit is contained in:
Leon Zandman
2021-06-22 10:42:32 -07:00
committed by Harley Acheson
parent 2fcd3f0296
commit c317f111c1
139 changed files with 239 additions and 238 deletions

View File

@@ -167,7 +167,7 @@ def main():
parser.add_option("-S", "--start", dest="start", help="From collected files, start with this index", metavar='int')
parser.add_option("-E", "--end", dest="end", help="From collected files, end with this index", metavar='int')
options, _args = parser.parse_args(argv) # In this example we wont use the args
options, _args = parser.parse_args(argv) # In this example we won't use the args
if not argv:
parser.print_help()