$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77182 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2012-03-03 13:56:40
Author: jewillco
Date: 2012-03-03 13:56:40 EST (Sat, 03 Mar 2012)
New Revision: 77182
URL: http://svn.boost.org/trac/boost/changeset/77182
Log:
Fixed typo in documentation; fixes #6583
Text files modified:
trunk/libs/graph/doc/DijkstraVisitor.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/doc/DijkstraVisitor.html
==============================================================================
--- trunk/libs/graph/doc/DijkstraVisitor.html (original)
+++ trunk/libs/graph/doc/DijkstraVisitor.html 2012-03-03 13:56:40 EST (Sat, 03 Mar 2012)
@@ -80,7 +80,7 @@
<TR>
<TD><tt>w</tt></TD>
-<TD>An object of type <tt>DistanceMap</tt>.</TD>
+<TD>An object of type <tt>WeightMap</tt>.</TD>
</TR>
</table>