lemon/xy.h
changeset 2006 00d59f733817
parent 1999 2ff283124dfc
child 2157 f9171bfc7ebb
     1.1 --- a/lemon/xy.h	Fri Mar 10 19:34:47 2006 +0000
     1.2 +++ b/lemon/xy.h	Wed Mar 15 09:44:17 2006 +0000
     1.3 @@ -400,7 +400,7 @@
     1.4  //         return b += u;
     1.5  //       }
     1.6  
     1.7 -      ///Increments a bounding box with an other bounding box
     1.8 +      ///Increments a bounding box with another bounding box
     1.9        BoundingBox& add(const BoundingBox &u){
    1.10          if ( !u.empty() ){
    1.11            this->add(u.bottomLeft());