From 5b69879572671a72420e418c3f781e97268da398 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 14:17:14 +0000 Subject: [PATCH] Typo: 'convience' -> 'convenience'. git-svn-id: http://svn.voria.com/code@1034 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/synfigapp/canvasinterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/synfig-studio/trunk/src/synfigapp/canvasinterface.h b/synfig-studio/trunk/src/synfigapp/canvasinterface.h index 57ad888..84828bd 100644 --- a/synfig-studio/trunk/src/synfigapp/canvasinterface.h +++ b/synfig-studio/trunk/src/synfigapp/canvasinterface.h @@ -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 -- 2.7.4