$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66559 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-11-13 10:04:26
Author: jewillco
Date: 2010-11-13 10:04:24 EST (Sat, 13 Nov 2010)
New Revision: 66559
URL: http://svn.boost.org/trac/boost/changeset/66559
Log:
Fixed typo; fixes #4851
Text files modified:
trunk/libs/graph/doc/file_dependency_example.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/doc/file_dependency_example.html
==============================================================================
--- trunk/libs/graph/doc/file_dependency_example.html (original)
+++ trunk/libs/graph/doc/file_dependency_example.html 2010-11-13 10:04:24 EST (Sat, 13 Nov 2010)
@@ -211,7 +211,7 @@
the time slot must be one more than the maximum time-slot of the files
it depends on.
-<P>We start be creating a vector <code>time</code> that will store the
+<P>We start by creating a vector <code>time</code> that will store the
time step at which each file can be built. We initialize every value
with time step zero.</p>