lemon/unionfind.h
changeset 2006 00d59f733817
parent 2004 b8f10207e3d6
child 2205 c20b0eb92a33
     1.1 --- a/lemon/unionfind.h	Fri Mar 10 19:34:47 2006 +0000
     1.2 +++ b/lemon/unionfind.h	Wed Mar 15 09:44:17 2006 +0000
     1.3 @@ -429,7 +429,7 @@
     1.4      }
     1.5  
     1.6      /**
     1.7 -     * \brief Moves the given element to an other component.
     1.8 +     * \brief Moves the given element to another component.
     1.9       *
    1.10       * This method moves the element \e a from its component
    1.11       * to the component of \e comp.