From: dooglus Date: Tue, 30 Oct 2007 15:07:34 +0000 (+0000) Subject: Typo: 'matricies' -> 'matrices'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f373559648a543d3fa488af6cb7ac73aedf1b109;p=synfig.git Typo: 'matricies' -> 'matrices'. git-svn-id: http://svn.voria.com/code@1056 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/valuenode_bline.cpp b/synfig-core/trunk/src/synfig/valuenode_bline.cpp index 8bd099a..83a7c66 100644 --- a/synfig-core/trunk/src/synfig/valuenode_bline.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_bline.cpp @@ -570,7 +570,7 @@ ValueNode_BLine::operator()(Time t)const curr_coord_sys[0]=(begin_pos_at_current_time - end_pos_at_current_time).norm(); curr_coord_sys[1]=curr_coord_sys[0].perp(); - // Invert (transpose) the last of these matricies, since we use it for transform back + // Invert (transpose) the last of these matrices, since we use it for transform back swap(curr_coord_sys[0][1],curr_coord_sys[1][0]); }