$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62099 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-05-19 19:07:14
Author: jewillco
Date: 2010-05-19 19:07:11 EDT (Wed, 19 May 2010)
New Revision: 62099
URL: http://svn.boost.org/trac/boost/changeset/62099
Log:
Fixed spelling typo
Text files modified:
trunk/libs/graph/doc/PropertyGraph.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/doc/PropertyGraph.html
==============================================================================
--- trunk/libs/graph/doc/PropertyGraph.html (original)
+++ trunk/libs/graph/doc/PropertyGraph.html 2010-05-19 19:07:11 EDT (Wed, 19 May 2010)
@@ -22,7 +22,7 @@
A PropertyGraph is a graph that has some property associated with each
of the vertices or edges in the graph. As a given graph may have
several properties associated with each vertex or edge, a tag is used
-to identity which property is being accessed. The graph provides a
+to identify which property is being accessed. The graph provides a
function which returns a property map object.
<P>