src/lemon/smart_graph.h
changeset 1274 5676e48ca026
parent 1164 80bb73097736
child 1284 b941d044f87b
     1.1 --- a/src/lemon/smart_graph.h	Wed Mar 30 10:38:22 2005 +0000
     1.2 +++ b/src/lemon/smart_graph.h	Wed Mar 30 12:08:15 2005 +0000
     1.3 @@ -302,9 +302,9 @@
     1.4        unsigned int node_num;
     1.5        unsigned int edge_num;
     1.6      public:
     1.7 -      ///Default constructur.
     1.8 +      ///Default constructor.
     1.9        
    1.10 -      ///Default constructur.
    1.11 +      ///Default constructor.
    1.12        ///To actually make a snapshot you must call save().
    1.13        ///
    1.14        SnapShot() : g(0) {}