Spell checking.
authoralpar
Tue, 07 Sep 2004 07:09:53 +0000
changeset 812182d3a4d7ddb
parent 811 e27135322727
child 813 65144c52969c
Spell checking.
src/hugo/kruskal.h
     1.1 --- a/src/hugo/kruskal.h	Mon Sep 06 17:13:07 2004 +0000
     1.2 +++ b/src/hugo/kruskal.h	Tue Sep 07 07:09:53 2004 +0000
     1.3 @@ -81,7 +81,7 @@
     1.4  
     1.5    /* A work-around for running Kruskal with const-reference bool maps... */
     1.6  
     1.7 -  ///\bug What is this? Or why doesn't it works?
     1.8 +  ///\bug What is this? Or why doesn't it work?
     1.9    ///
    1.10    template<typename Map>
    1.11    class NonConstMapWr {