diff -r 19eae67d97d5 -r ae69f556b429 src/test/test_tools.h --- a/src/test/test_tools.h Sun Mar 06 20:44:29 2005 +0000 +++ b/src/test/test_tools.h Sun Mar 06 21:13:24 2005 +0000 @@ -26,7 +26,7 @@ //! \ingroup misc //! \file -//! \brief Some utility to write test programs. +//! \brief Some utilities to write test programs. ///If \c rc is fail, writes an error message end exit. @@ -91,9 +91,9 @@ return n; } -/// \brief Adds to the graph the reverse pair of all edge. +/// \brief Adds to the graph the reverse pair of all edges. /// -/// Adds to the graph the reverse pair of all edge. +/// Adds to the graph the reverse pair of all edges. /// template void bidirGraph(Graph &G) {