From: dooglus Date: Tue, 30 Oct 2007 15:08:13 +0000 (+0000) Subject: Typo: 'paramater' -> 'parameter'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=777183711ff10bc34dc2f6c8cffd221a5423a210;p=synfig.git Typo: 'paramater' -> 'parameter'. git-svn-id: http://svn.voria.com/code@1060 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/layer.h b/synfig-core/trunk/src/synfig/layer.h index 4f2fb10..b1056e7 100644 --- a/synfig-core/trunk/src/synfig/layer.h +++ b/synfig-core/trunk/src/synfig/layer.h @@ -333,7 +333,7 @@ public: //! Returns a string containing the localized name of the Layer virtual String get_local_name()const; - //! Gets the paramater vocabulary + //! Gets the parameter vocabulary virtual Vocab get_param_vocab()const; //! Gets the version string for this layer diff --git a/synfig-core/trunk/src/synfig/paramdesc.h b/synfig-core/trunk/src/synfig/paramdesc.h index 85cd737..580294b 100644 --- a/synfig-core/trunk/src/synfig/paramdesc.h +++ b/synfig-core/trunk/src/synfig/paramdesc.h @@ -186,7 +186,7 @@ public: //! Returns the localized description of the parameter const String &get_description()const { return desc_; } - //! Returns the paramater's group + //! Returns the parameter's group const String &get_group()const { return group_; } //! Returns a "hint" about the parameter, regarding how it is to be displayed to the user