Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / tags / stable / ETL / _value.h
index 7894df7..a52567e 100644 (file)
@@ -73,7 +73,7 @@ class value
 
        contentholder   *content;
 
-public:        //structor interface
+public:        //constructor interface
        value()
                :content(0)
        {
@@ -134,7 +134,7 @@ private: //implementation interface
        public: //representation
                T       obj;
 
-       public: //structor interface
+       public: //constructor interface
 
                holder(const T &o)
                        :obj(o)