Skip to content

Commit

Permalink
Spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent 5fee5fb commit 0ebaff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/trunk/src/synfig/bone.h
Expand Up @@ -74,7 +74,7 @@ class Bone: public UniqueID
const Real& get_scale() {return scale_;}
void set_scale(const Real &x) {scale_=x;}
//!Wrapper for lenght. Notice that a length of 0 is not allowed.
const Real& get_lenght() {return length_;}
const Real& get_length() {return length_;}
void set_length(const Real &x) {length_=x<0.00001?0.00001:x;}
//!This gets the calculated tip of the bone based on
//!tip=origin+[length,0]*Rotate(alpha)*Scalex(scale)
Expand Down

0 comments on commit 0ebaff6

Please sign in to comment.