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>2015-02-02 15:29:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-02 15:29:53 +0300
commit81f97692ae8d364dfc23d9bab617502ebf3e90b2 (patch)
treef08e9fefb289d5c11c2c74aaa2543ec0c26aebc9 /source/blender/windowmanager/intern/wm_files.c
parent7b369080d0e999532f95da42b5806f9081a40e0d (diff)
cleanup: style/spelling
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 81ffa66b3f8..f5a7ad164d6 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -539,7 +539,7 @@ bool WM_file_read(bContext *C, const char *filepath, ReportList *reports)
* called on startup, (context entirely filled with NULLs)
* or called for 'New File'
* both startup.blend and userpref.blend are checked
- * the optional parameter custom_file points to an alterntive startup page
+ * the optional parameter custom_file points to an alternative startup page
* custom_file can be NULL
*/
int wm_homefile_read(bContext *C, ReportList *reports, bool from_memory, const char *custom_file)