diff -r c8c5a2a4ec71 -r 72867897fcba algorithms.dox --- a/algorithms.dox Mon Feb 22 02:03:25 2010 +0100 +++ b/algorithms.dox Mon Feb 22 13:00:14 2010 +0100 @@ -196,7 +196,7 @@ The original sample code could also use the class interface as follows. \code - Dijkstra dijktra(g, length); + Dijkstra dijkstra(g, length); dijkstra.distMap(dist); dijsktra.init(); dijkstra.addSource(u);