Don't show 'Duplicate' in the Convert menu. The user doesn't need to see it, since...
[synfig.git] / synfig-core / trunk / src / synfig / paramdesc.h
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