# HG changeset patch
# User alpar
# Date 1084180348 0
# Node ID 23a608ba40ab2ce888d56a580c89f45bd4b4f8c4
# Parent  b83b36ee7f10b027e0dd3e9f0f68d09e22ee7c60
Spell check.

diff -r b83b36ee7f10 -r 23a608ba40ab src/hugo/graph_wrapper.h
--- a/src/hugo/graph_wrapper.h	Mon May 10 08:25:10 2004 +0000
+++ b/src/hugo/graph_wrapper.h	Mon May 10 09:12:28 2004 +0000
@@ -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;