# HG changeset patch # User alpar # Date 1094540993 0 # Node ID 182d3a4d7ddb1be6d857f52d229d10580ffe13e7 # Parent e271353227275f1c67c00f1bd2cc0bb96f487ab5 Spell checking. diff -r e27135322727 -r 182d3a4d7ddb src/hugo/kruskal.h --- a/src/hugo/kruskal.h Mon Sep 06 17:13:07 2004 +0000 +++ b/src/hugo/kruskal.h Tue Sep 07 07:09:53 2004 +0000 @@ -81,7 +81,7 @@ /* A work-around for running Kruskal with const-reference bool maps... */ - ///\bug What is this? Or why doesn't it works? + ///\bug What is this? Or why doesn't it work? /// template class NonConstMapWr {