//! 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
//! 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