[Lemon-commits] [lemon_svn] alpar: r773 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:25 CET 2006
Author: alpar
Date: Mon May 10 11:12:28 2004
New Revision: 773
Modified:
hugo/trunk/src/hugo/graph_wrapper.h
Log:
Spell check.
Modified: hugo/trunk/src/hugo/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/hugo/graph_wrapper.h (original)
+++ hugo/trunk/src/hugo/graph_wrapper.h Mon May 10 11:12:28 2004
@@ -466,7 +466,7 @@
/// Returns true if \c n is hidden.
bool hidden(const Edge& e) const { return !(*edge_filter_map)[e]; }
- /// This is a linear time operation an works only if
+ /// This is a linear time operation and works only if
/// NodeIt is defined.
int nodeNum() const {
int i=0;
More information about the Lemon-commits
mailing list