Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-08-11 06:19:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-11 06:19:09 +0300
commit0c0f972e86a2e38912114c5333f23f9effd37a3b (patch)
tree71696757113b8347d991b733bca6912ec883fda0 /source/blender/blenlib/tests/BLI_math_matrix_test.cc
parentacd46870630a4c968d5eebde2b1b34cf22cc3c77 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/tests/BLI_math_matrix_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_math_matrix_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/tests/BLI_math_matrix_test.cc b/source/blender/blenlib/tests/BLI_math_matrix_test.cc
index 9c47c02ceaf..2a4e0e98613 100644
--- a/source/blender/blenlib/tests/BLI_math_matrix_test.cc
+++ b/source/blender/blenlib/tests/BLI_math_matrix_test.cc
@@ -45,8 +45,8 @@ TEST(math_matrix, interp_m4_m4m4_regular)
TEST(math_matrix, interp_m3_m3m3_singularity)
{
- /* A singluarity means that there is an axis mirror in the rotation component of the matrix. This
- * is reflected in its negative determinant.
+ /* A singularity means that there is an axis mirror in the rotation component of the matrix.
+ * This is reflected in its negative determinant.
*
* The interpolation of 4x4 matrices performs linear interpolation on the translation component,
* and then uses the 3x3 interpolation function to handle rotation and scale. As a result, this