Fixed a few typos which caused doxygen to complain.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layerremove.h
index be12c54..1b75122 100644 (file)
@@ -50,7 +50,7 @@ class LayerRemove :
 private:
 
        std::list<std::pair<synfig::Layer::Handle,int> > layer_list;
-       
+
        //synfig::Layer::Handle layer;
        //int depth;
 
@@ -59,7 +59,7 @@ public:
        LayerRemove();
 
        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;