Cleanup: misc spelling fixes

T68035 by @luzpaz
This commit is contained in:
2019-08-01 13:53:25 +10:00
parent 135413e324
commit 760dbd1cbf
167 changed files with 221 additions and 221 deletions

View File

@@ -197,7 +197,7 @@ double double_round(double x, int ndigits);
* check the vector is unit length, or zero length (which can't be helped in some cases).
*/
#ifndef NDEBUG
/** \note 0.0001 is too small becaues normals may be converted from short's: see T34322. */
/** \note 0.0001 is too small because normals may be converted from short's: see T34322. */
# define BLI_ASSERT_UNIT_EPSILON 0.0002f
/**
* \note Checks are flipped so NAN doesn't assert.