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:
Diffstat (limited to 'tests/gtests/blenloader/blendfile_loading_base_test.cc')
-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();