From 75410037fd0d5ec81ef24c70789b9a684ca86f3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Jul 2010 10:41:08 +0000 Subject: - correct some spelling errors. - remove FreeCamera struct (wasnt used) - remove world color alpha values (not used anywhre). --- source/blender/editors/space_nla/nla_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c index 2314b5ddcfa..049337d688c 100644 --- a/source/blender/editors/space_nla/nla_draw.c +++ b/source/blender/editors/space_nla/nla_draw.c @@ -705,7 +705,7 @@ static void draw_nla_channel_list_gl (bAnimContext *ac, ListBase *anim_data, Vie offset += 7 * indent; - /* only on top two corners, to show that this channel sits on top of the preceeding ones */ + /* only on top two corners, to show that this channel sits on top of the preceding ones */ uiSetRoundBox((1|2)); /* draw slightly shifted up vertically to look like it has more separtion from other channels, -- cgit v1.2.3