|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54966 - sandbox-branches/birbacher/fix_documentation/libs/graph/doc
From: frank.birbacher_at_[hidden]
Date: 2009-07-15 03:47:14
Author: birbacher
Date: 2009-07-15 03:47:13 EDT (Wed, 15 Jul 2009)
New Revision: 54966
URL: http://svn.boost.org/trac/boost/changeset/54966
Log:
corrected spelling
Text files modified:
sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html
==============================================================================
--- sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html (original)
+++ sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html 2009-07-15 03:47:13 EDT (Wed, 15 Jul 2009)
@@ -61,7 +61,7 @@
<h2>Description</h2>
<p>This algorithm implements graph clustering based on edge
betweenness centrality. It is an iterative algorithm, where in each
-step it compute the edge betweenness centrality (via <a href=
+step it computes the edge betweenness centrality (via <a href=
"betweenness_centrality.html">brandes_betweenness_centrality</a>) and
removes the edge with the maximum betweenness centrality. The
<tt class="computeroutput">done</tt> function object determines
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk