[Lemon-commits] [lemon_svn] alpar: r2095 - in hugo/trunk: doc lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:50:06 CET 2006
Author: alpar
Date: Tue Jul 26 22:14:03 2005
New Revision: 2095
Modified:
hugo/trunk/doc/adaptor_references.dox
hugo/trunk/lemon/graph_utils.h
hugo/trunk/lemon/matrix_graph.h
Log:
Spellrecheck
Modified: hugo/trunk/doc/adaptor_references.dox
==============================================================================
--- hugo/trunk/doc/adaptor_references.dox (original)
+++ hugo/trunk/doc/adaptor_references.dox Tue Jul 26 22:14:03 2005
@@ -11,7 +11,7 @@
\section problem The problem
The adaptors usually use references or pointers to reference to an
-existing data structure. We may use an algorithm in the following was:
+existing data structure. We may use an algorithm in the following way:
\code
function_algorithm(adaptor(structure));
\endcode
Modified: hugo/trunk/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/lemon/graph_utils.h (original)
+++ hugo/trunk/lemon/graph_utils.h Tue Jul 26 22:14:03 2005
@@ -217,7 +217,7 @@
///
/// Iterator for iterating on edges connected the same nodes. It is
/// higher level interface for the findEdge() function. You can
- /// use it the following was:
+ /// use it the following way:
/// \code
/// for (ConEdgeIt<Graph> it(g, src, trg); it != INVALID; ++it) {
/// ...
Modified: hugo/trunk/lemon/matrix_graph.h
==============================================================================
--- hugo/trunk/lemon/matrix_graph.h (original)
+++ hugo/trunk/lemon/matrix_graph.h Tue Jul 26 22:14:03 2005
@@ -261,7 +261,7 @@
/// Two nodes are connected in the graph if the indices differ only
/// on one position and only one is the difference.
///
- /// The graph can be indiced in the following was:
+ /// The graph can be indiced in the following way:
/// \code
/// MatrixGraph graph(h, w);
/// MatrixGraph::NodeMap<int> val(graph);
More information about the Lemon-commits
mailing list