Fix various typos in the source code

## Description
Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested.
Closes #1605
This commit is contained in:
luz paz 2022-01-22 07:39:05 -05:00
parent 92004286fd
commit f4dcf6557f
21 changed files with 30 additions and 30 deletions

View file

@ -273,7 +273,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
desc.BoolParam(
name='forceVisibleByAllVertices',
label='Force Visible By All Vertices',
description='''Triangle visibility is based on the union of vertices visiblity.''',
description='''Triangle visibility is based on the union of vertices visibility.''',
value=False,
uid=[0],
advanced=True,