From 6f1019e8698ad4f62795dc13439e38f80abd5f96 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Apr 2012 01:04:37 +0000 Subject: add inset and bridge to mesh specials menu (along side bevel) + typo fix. --- source/blender/makesdna/DNA_sequence_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h index 3168e5b765a..0a516c90aa1 100644 --- a/source/blender/makesdna/DNA_sequence_types.h +++ b/source/blender/makesdna/DNA_sequence_types.h @@ -133,7 +133,7 @@ typedef struct Sequence { char name[64]; /* SEQ_NAME_MAXSTR - name, set by default and needs to be unique, for RNA paths */ int flag, type; /*flags bitmap (see below) and the type of sequence*/ - int len; /* the length of the contense of this strip - before handles are applied */ + int len; /* the length of the contents of this strip - before handles are applied */ int start, startofs, endofs; int startstill, endstill; int machine, depth; /*machine - the strip channel, depth - the depth in the sequence when dealing with metastrips */ -- cgit v1.2.3