lemon/concepts/graph_components.h
changeset 1217 7bf489cf624e
parent 1196 4441b066368c
child 1261 97f1760dcd13
     1.1 --- a/lemon/concepts/graph_components.h	Fri Mar 15 17:19:17 2013 +0100
     1.2 +++ b/lemon/concepts/graph_components.h	Sat Mar 16 13:14:35 2013 +0100
     1.3 @@ -875,15 +875,15 @@
     1.4        /// This function gives back the next arc in the iteration order.
     1.5        void next(Arc&) const {}
     1.6  
     1.7 -      /// \brief Return the first arc incomming to the given node.
     1.8 +      /// \brief Return the first arc incoming to the given node.
     1.9        ///
    1.10 -      /// This function gives back the first arc incomming to the
    1.11 +      /// This function gives back the first arc incoming to the
    1.12        /// given node.
    1.13        void firstIn(Arc&, const Node&) const {}
    1.14  
    1.15 -      /// \brief Return the next arc incomming to the given node.
    1.16 +      /// \brief Return the next arc incoming to the given node.
    1.17        ///
    1.18 -      /// This function gives back the next arc incomming to the
    1.19 +      /// This function gives back the next arc incoming to the
    1.20        /// given node.
    1.21        void nextIn(Arc&) const {}
    1.22