lemon/graph_utils.h
changeset 2006 00d59f733817
parent 2002 9ff31b5090bd
child 2020 332245399dc6
     1.1 --- a/lemon/graph_utils.h	Fri Mar 10 19:34:47 2006 +0000
     1.2 +++ b/lemon/graph_utils.h	Wed Mar 15 09:44:17 2006 +0000
     1.3 @@ -456,7 +456,7 @@
     1.4  
     1.5    /// \brief Class to copy a graph.
     1.6    ///
     1.7 -  /// Class to copy a graph to an other graph (duplicate a graph). The
     1.8 +  /// Class to copy a graph to another graph (duplicate a graph). The
     1.9    /// simplest way of using it is through the \c copyGraph() function.
    1.10    template <typename Target, typename Source>
    1.11    class GraphCopy {
    1.12 @@ -579,9 +579,9 @@
    1.13      EdgeRefMap edgeRefMap;
    1.14    };
    1.15  
    1.16 -  /// \brief Copy a graph to an other graph.
    1.17 +  /// \brief Copy a graph to another graph.
    1.18    ///
    1.19 -  /// Copy a graph to an other graph.
    1.20 +  /// Copy a graph to another graph.
    1.21    /// The usage of the function:
    1.22    /// 
    1.23    ///\code
    1.24 @@ -599,7 +599,7 @@
    1.25  
    1.26    /// \brief Class to copy an undirected graph.
    1.27    ///
    1.28 -  /// Class to copy an undirected graph to an other graph (duplicate a graph).
    1.29 +  /// Class to copy an undirected graph to another graph (duplicate a graph).
    1.30    /// The simplest way of using it is through the \c copyUGraph() function.
    1.31    template <typename Target, typename Source>
    1.32    class UGraphCopy {
    1.33 @@ -791,9 +791,9 @@
    1.34      UEdgeRefMap uEdgeRefMap;
    1.35    };
    1.36  
    1.37 -  /// \brief Copy a graph to an other graph.
    1.38 +  /// \brief Copy a graph to another graph.
    1.39    ///
    1.40 -  /// Copy a graph to an other graph.
    1.41 +  /// Copy a graph to another graph.
    1.42    /// The usage of the function:
    1.43    /// 
    1.44    ///\code