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>2011-10-22 05:53:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-22 05:53:35 +0400
commit74017cb0202811587c0227b9ff50ca9ae12c9a8e (patch)
tree90b08ca608bcbe8c88c43e3e12f1021f8bc5ba64 /source/blender/blenloader
parent88473fd49a4f5330f8f6a932b0c9eccf28aaa459 (diff)
header cleanup and typo's
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 3cf19df41a8..c93e1790669 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -8661,7 +8661,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
for (wo = main->world.first; wo; wo= wo->id.next) {
/* Migrate to Bullet for games, except for the NaN versions */
- /* People can still explicitely choose for Sumo (after 2.42 is out) */
+ /* People can still explicitly choose for Sumo (after 2.42 is out) */
if(main->versionfile > 225)
wo->physicsEngine = WOPHY_BULLET;
if(WO_AODIST == wo->aomode)