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>2019-12-17 08:28:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 08:30:39 +0300
commit7d2d2ffa76647871836f779f013c99e474228f3d (patch)
treec44bd244955fde84571d1405ebf29df6b143ddf0 /tests/gtests
parent8ebc6be43ddf5a4c28b848c62d09f9435dd1bffe (diff)
Cleanup: spelling
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/blenloader/blendfile_loading_base_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenloader/blendfile_loading_base_test.cc b/tests/gtests/blenloader/blendfile_loading_base_test.cc
index 5a1a7f9aae5..7af3293d706 100644
--- a/tests/gtests/blenloader/blendfile_loading_base_test.cc
+++ b/tests/gtests/blenloader/blendfile_loading_base_test.cc
@@ -89,7 +89,7 @@ void BlendfileLoadingBaseTest::TearDownTestCase()
}
/* Copied from WM_exit_ex() in wm_init_exit.c, and cherry-picked those lines that match the
- * allocation/initialisation done in SetUpTestCase(). */
+ * allocation/initialization done in SetUpTestCase(). */
BKE_blender_free();
RNA_exit();