Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuedescexport.h
index 10f91f2..3ba1946 100644 (file)
@@ -54,7 +54,7 @@ public:
        ValueDescExport();
 
        static ParamVocab get_param_vocab();
-       static bool is_canidate(const ParamList &x);
+       static bool is_candidate(const ParamList &x);
 
        virtual bool set_param(const synfig::String& name, const Param &);
        virtual bool is_ready()const;