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

@@ -192,7 +192,7 @@ bool GPU_select_is_cached(void)
*/
/**
* Helper function, nothing special but avoids doing inline since hit's aren't sorted by depth
* Helper function, nothing special but avoids doing inline since hits aren't sorted by depth
* and purpose of 4x buffer indices isn't so clear.
*
* Note that comparing depth as uint is fine.