Typo: 'paramater' -> 'parameter'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:08:13 +0000 (15:08 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:08:13 +0000 (15:08 +0000)
git-svn-id: http://svn.voria.com/code@1060 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/layer.h
synfig-core/trunk/src/synfig/paramdesc.h

index 4f2fb10..b1056e7 100644 (file)
@@ -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
index 85cd737..580294b 100644 (file)
@@ -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