|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71300 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2011-04-15 18:11:41
Author: jewillco
Date: 2011-04-15 18:11:40 EDT (Fri, 15 Apr 2011)
New Revision: 71300
URL: http://svn.boost.org/trac/boost/changeset/71300
Log:
Fixed typo
Text files modified:
trunk/libs/graph/doc/floyd_warshall_shortest.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/doc/floyd_warshall_shortest.html
==============================================================================
--- trunk/libs/graph/doc/floyd_warshall_shortest.html (original)
+++ trunk/libs/graph/doc/floyd_warshall_shortest.html 2011-04-15 18:11:40 EDT (Fri, 15 Apr 2011)
@@ -134,7 +134,7 @@
<blockquote>
The value used to initialize the distance for each vertex before
starting the algorithm, and to represent the distance between vertices
-for which there is not path. Should be larger than any possible valid
+for which there is no path. Should be larger than any possible valid
path length. The argument type must match the value type of the <code>
WeightMap</code>.<br>
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