From cea086dd97ce9794bed0c9e6293031b6cf2fc9d9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 12 Dec 2014 11:15:38 +0100 Subject: cleanup: disallow NULL arg to uvedit_aspect also some typo's --- source/blender/editors/object/object_add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/object_add.c') 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) { -- cgit v1.2.3