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>2014-12-12 13:15:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-12 13:18:03 +0300
commitcea086dd97ce9794bed0c9e6293031b6cf2fc9d9 (patch)
tree9cfd4865bbae1c88946097b120ef50fa637e9d10 /source/blender/editors/object/object_add.c
parent19eb700fefa3d6f1151bae8078edeabd75f11dc2 (diff)
cleanup: disallow NULL arg to uvedit_aspect
also some typo's
Diffstat (limited to 'source/blender/editors/object/object_add.c')
-rw-r--r--source/blender/editors/object/object_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index 63808704781..8ab9feb5b0a 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -1288,7 +1288,7 @@ static void copy_object_set_idnew(bContext *C, int dupflag)
/**
* \note regarding hashing dupli-objects, skip the first member of #DupliObject.persistent_id
- * since its a unique index and we only wan't to know if the group objects are from the same dupli-group instance.
+ * since its a unique index and we only want to know if the group objects are from the same dupli-group instance.
*/
static unsigned int dupliobject_hash(const void *ptr)
{