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 <campbell@blender.org>2022-06-07 14:22:11 +0300
committerCampbell Barton <campbell@blender.org>2022-06-07 14:22:55 +0300
commit2918a3a2a374d9ad98923e9f6824534d7872c83f (patch)
treed45f6b30cb7cd2719952e3c746c2e7384c20dfd8 /source/blender/windowmanager/intern/wm_files.c
parent1e0e1ad20f07990e8a48020dc944d414b5588ae6 (diff)
Cleanup: spelling in comments, minor formatting tweaks
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 9578f82d3d4..a170fa9902b 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1096,7 +1096,7 @@ void wm_homefile_read_ex(bContext *C,
const bool reset_app_template = ((!app_template && U.app_template[0]) ||
(app_template && !STREQ(app_template, U.app_template)));
- /* options exclude eachother */
+ /* Options exclude each other. */
BLI_assert((use_factory_settings && filepath_startup_override) == 0);
if ((G.f & G_FLAG_SCRIPT_OVERRIDE_PREF) == 0) {