From a8185f4cc8a162e2bdb4c9da211af65f2821ec2b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Apr 2011 10:35:24 +0000 Subject: patch [#26978] Minor Spelling Mistakes in Editor Operators + some errors I noticed. --- source/blender/blenkernel/intern/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/unit.c') diff --git a/source/blender/blenkernel/intern/unit.c b/source/blender/blenkernel/intern/unit.c index 37e604fa0cb..b89e576a562 100644 --- a/source/blender/blenkernel/intern/unit.c +++ b/source/blender/blenkernel/intern/unit.c @@ -95,7 +95,7 @@ typedef struct bUnitDef { /* define a single unit */ typedef struct bUnitCollection { struct bUnitDef *units; - int base_unit; /* basic unit index (when user desn't specify unit explicitly) */ + int base_unit; /* basic unit index (when user doesn't specify unit explicitly) */ int flag; /* options for this system */ int length; /* to quickly find the last item */ } bUnitCollection; -- cgit v1.2.3