diff -r 84ec2948eb1f -r 00d59f733817 lemon/sub_graph.h --- a/lemon/sub_graph.h Fri Mar 10 19:34:47 2006 +0000 +++ b/lemon/sub_graph.h Wed Mar 15 09:44:17 2006 +0000 @@ -373,9 +373,9 @@ /// \ingroup semi_adaptors /// - /// \brief Graph which uses a subset of an other graph's nodes and edges. + /// \brief Graph which uses a subset of another graph's nodes and edges. /// - /// Graph which uses a subset of an other graph's nodes and edges. This class + /// Graph which uses a subset of another graph's nodes and edges. This class /// is an alternative to the SubGraphAdaptor which is created for the /// same reason. The main difference between the two class that it /// makes linked lists on the unhidden nodes and edges what cause that @@ -670,9 +670,9 @@ /// \ingroup semi_adaptors /// - /// \brief Graph which uses a subset of an other graph's edges. + /// \brief Graph which uses a subset of another graph's edges. /// - /// Graph which uses a subset of an other graph's edges. This class + /// Graph which uses a subset of another graph's edges. This class /// is an alternative to the EdgeSubGraphAdaptor which is created for the /// same reason. The main difference between the two class that it /// makes linked lists on the unhidden edges what cause that