Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / keyframesetdelta.h
index ed127a6..7a29dac 100644 (file)
@@ -64,7 +64,7 @@ public:
        KeyframeSetDelta();
 
        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;