Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63556 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-07-03 15:11:14


Author: jewillco
Date: 2010-07-03 15:11:13 EDT (Sat, 03 Jul 2010)
New Revision: 63556
URL: http://svn.boost.org/trac/boost/changeset/63556

Log:
Fixed typo
Text files modified:
   trunk/libs/graph/doc/depth_first_search.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/doc/depth_first_search.html
==============================================================================
--- trunk/libs/graph/doc/depth_first_search.html (original)
+++ trunk/libs/graph/doc/depth_first_search.html 2010-07-03 15:11:13 EDT (Sat, 03 Jul 2010)
@@ -223,7 +223,7 @@
   <b>Default:</b> <tt>get(vertex_index, g)</tt>.
     Note: if you use this default, make sure your graph has
     an internal <tt>vertex_index</tt> property. For example,
- <tt>adjacenty_list</tt> with <tt>VertexList=listS</tt> does
+ <tt>adjacency_list</tt> with <tt>VertexList=listS</tt> does
     not have an internal <tt>vertex_index</tt> property.<br>
 
   <b>Python</b>: Unsupported parameter.


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