lemon/graph_utils.h
changeset 1547 dd57a540ff5f
parent 1540 7d028a73d7f2
child 1552 5c7f270f8e25
     1.1 --- a/lemon/graph_utils.h	Tue Jul 12 16:15:37 2005 +0000
     1.2 +++ b/lemon/graph_utils.h	Tue Jul 12 16:16:19 2005 +0000
     1.3 @@ -193,7 +193,7 @@
     1.4  
     1.5    /// \brief Copy a map.
     1.6    ///
     1.7 -  /// Thsi function copies the \c source map to the \c target map. It uses the
     1.8 +  /// This function copies the \c source map to the \c target map. It uses the
     1.9    /// given iterator to iterate on the data structure and it uses the \c ref
    1.10    /// mapping to convert the source's keys to the target's keys.
    1.11    template <typename Target, typename Source,