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>2016-01-17 05:40:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-17 05:45:32 +0300
commit63c848da26c29549ca9067641c07aa5d821d42aa (patch)
treed354302b0b921411bf6830e068118dd0f5bc79a2 /source/blender/blenloader
parente10a6f987bf2d541eda89842bc47c3eb3a745631 (diff)
Cleanup: spelling
Also use doxy formatting for warning/note.
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 bd759e2c580..8899af1d755 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9727,7 +9727,7 @@ void BLO_library_link_copypaste(Main *mainl, BlendHandle *bh)
if (bhead->code == ID_OB) {
/* Instead of instancing Base's directly, postpone until after groups are loaded
- * otherwise the base's flag is set incorrecty when groups are used */
+ * otherwise the base's flag is set incorrectly when groups are used */
Object *ob = (Object *)id;
ob->mode = OB_MODE_OBJECT;
/* ensure give_base_to_objects runs on this object */