From 7d2d2ffa76647871836f779f013c99e474228f3d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Dec 2019 16:28:28 +1100 Subject: Cleanup: spelling --- tests/gtests/blenloader/blendfile_loading_base_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(); -- cgit v1.2.3