Typos (childrens?).
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 22 Oct 2007 01:02:23 +0000 (01:02 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 22 Oct 2007 01:02:23 +0000 (01:02 +0000)
git-svn-id: http://svn.voria.com/code@943 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/node.h
synfig-studio/trunk/src/synfigapp/selectionmanager.h

index 2705830..1d52c7f 100644 (file)
@@ -122,7 +122,7 @@ private:
        //! \writeme
        GUID guid_;
 
-       //! cached time values for all the childrens
+       //! cached time values for all the children
        mutable time_set        times;
 
        //! \writeme
index 262459b..9d286a2 100644 (file)
@@ -74,16 +74,16 @@ public:
 
 
 
-       //! Returns the number of childrens selected.
+       //! Returns the number of children selected.
        virtual int get_selected_children_count()const=0;
 
-       //! Returns a list of the currently selected childrens.
+       //! Returns a list of the currently selected children.
        virtual ChildrenList get_selected_children()const=0;
 
        //! Returns the first children selected or an empty handle if none are selected.
        virtual ChildrenList::value_type get_selected_child()const=0;
 
-       //! Sets which childrens should be selected
+       //! Sets which children should be selected
        virtual void set_selected_children(const ChildrenList &children_list)=0;
 
        //! Sets which children should be selected. Empty handle if none.