Use 0 degrees as the default angle for the 'cos' convert.
[synfig.git] / synfig-studio / trunk / src / synfigapp / canvasinterface.h
index 38643ac..84828bd 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file canvasinterface.h
 **     \brief Template Header
 **
-**     $Id: canvasinterface.h,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -217,13 +217,13 @@ public:
        //! Changes the ID of the canvas. Undoable.
        bool set_id(const synfig::String &x);
 
-       //! Convience function to retrieve the name of the canvas
+       //! Convenience function to retrieve the name of the canvas
        synfig::String get_name()const { return get_canvas()->get_name(); }
 
-       //! Convience function to retrieve the description of the canvas
+       //! Convenience function to retrieve the description of the canvas
        synfig::String get_description()const { return get_canvas()->get_description(); }
 
-       //! Convience function to retrieve the ID of the canvas
+       //! Convenience function to retrieve the ID of the canvas
        synfig::String get_id()const { return get_canvas()->get_id(); }
 
        //! Sets the current time