Spelling: Miscellaneous

Corrects 34 miscellaneous misspelled words.

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

Reviewed by Campbell Barton
This commit is contained in:
2020-10-19 08:51:50 -07:00
parent a9f2641cb6
commit 84ef3b80de
29 changed files with 33 additions and 33 deletions

View File

@@ -168,7 +168,7 @@ uniform mat4 ModelMatrixInverse;
#define resource_handle (resourceChunk * DRW_RESOURCE_CHUNK_LEN + resource_id)
/** Transform shortcuts. */
/* Rule of thumb: Try to reuse world positions and normals because converting though viewspace
/* Rule of thumb: Try to reuse world positions and normals because converting through viewspace
* will always be decomposed in at least 2 matrix operation. */
/**