src/test/test_tools.h
changeset 1200 ae69f556b429
parent 1164 80bb73097736
child 1359 1581f961cfaa
     1.1 --- a/src/test/test_tools.h	Sun Mar 06 20:44:29 2005 +0000
     1.2 +++ b/src/test/test_tools.h	Sun Mar 06 21:13:24 2005 +0000
     1.3 @@ -26,7 +26,7 @@
     1.4  
     1.5  //! \ingroup misc
     1.6  //! \file
     1.7 -//! \brief Some utility to write test programs.
     1.8 +//! \brief Some utilities to write test programs.
     1.9  
    1.10  
    1.11  ///If \c rc is fail, writes an error message end exit.
    1.12 @@ -91,9 +91,9 @@
    1.13   return n;
    1.14  }
    1.15  
    1.16 -/// \brief Adds to the graph the reverse pair of all edge.
    1.17 +/// \brief Adds to the graph the reverse pair of all edges.
    1.18  ///
    1.19 -/// Adds to the graph the reverse pair of all edge.
    1.20 +/// Adds to the graph the reverse pair of all edges.
    1.21  ///
    1.22  template<class Graph> void bidirGraph(Graph &G)
    1.23  {