diff -r 84ec2948eb1f -r 00d59f733817 lemon/graph_utils.h --- a/lemon/graph_utils.h Fri Mar 10 19:34:47 2006 +0000 +++ b/lemon/graph_utils.h Wed Mar 15 09:44:17 2006 +0000 @@ -456,7 +456,7 @@ /// \brief Class to copy a graph. /// - /// Class to copy a graph to an other graph (duplicate a graph). The + /// Class to copy a graph to another graph (duplicate a graph). The /// simplest way of using it is through the \c copyGraph() function. template class GraphCopy { @@ -579,9 +579,9 @@ EdgeRefMap edgeRefMap; }; - /// \brief Copy a graph to an other graph. + /// \brief Copy a graph to another graph. /// - /// Copy a graph to an other graph. + /// Copy a graph to another graph. /// The usage of the function: /// ///\code @@ -599,7 +599,7 @@ /// \brief Class to copy an undirected graph. /// - /// Class to copy an undirected graph to an other graph (duplicate a graph). + /// Class to copy an undirected graph to another graph (duplicate a graph). /// The simplest way of using it is through the \c copyUGraph() function. template class UGraphCopy { @@ -791,9 +791,9 @@ UEdgeRefMap uEdgeRefMap; }; - /// \brief Copy a graph to an other graph. + /// \brief Copy a graph to another graph. /// - /// Copy a graph to an other graph. + /// Copy a graph to another graph. /// The usage of the function: /// ///\code