# HG changeset patch # User alpar # Date 1089107524 0 # Node ID 80164e89dcbc037f5145116b92879ce34b1a474d # Parent 098bc98f7530837d1b4aa16ecd1dc27eaebbd32d Fix some typos in docs. diff -r 098bc98f7530 -r 80164e89dcbc src/hugo/dijkstra.h --- a/src/hugo/dijkstra.h Tue Jul 06 09:34:25 2004 +0000 +++ b/src/hugo/dijkstra.h Tue Jul 06 09:52:04 2004 +0000 @@ -38,7 +38,7 @@ ///is using \ref BinHeap "binary heap". /// ///\author Jacint Szabo and Alpar Juttner - ///\todo We need a typedef-names should be standardized. + ///\todo We need a typedef-names should be standardized. (-: #ifdef DOXYGEN template PredMap; - ///\brief The the type of the map that stores the last but one + ///\brief The type of the map that stores the last but one ///nodes of the shortest paths. typedef typename Graph::template NodeMap PredNodeMap; - ///The the type of the map that stores the dists of the nodes. + ///The type of the map that stores the dists of the nodes. typedef typename Graph::template NodeMap DistMap; private: