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>2018-07-03 10:08:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-03 10:22:02 +0300
commit39678442e1ed515f84d62ac75b11086699d4e8b3 (patch)
treedfb691a92f582a02760b6cf50e47d3adfd764e39 /source/creator
parentd7982f71e95e5caecb31dca54eb3cf0670aabbb3 (diff)
Cleanup: typos
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 6fd5771434c..18396149342 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -236,7 +236,7 @@ int main(
struct CreatorAtExitData app_init_data = {NULL};
BKE_blender_atexit_register(callback_main_atexit, &app_init_data);
- /* Unbuffered stdout makes stdout and stderr better synchronised, and helps
+ /* Unbuffered stdout makes stdout and stderr better synchronized, and helps
* when stepping through code in a debugger (prints are immediately
* visible). */
setvbuf(stdout, NULL, _IONBF, 0);