$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55919 - trunk/libs/asio/doc/overview
From: chris_at_[hidden]
Date: 2009-08-31 08:45:18
Author: chris_kohlhoff
Date: 2009-08-31 08:45:18 EDT (Mon, 31 Aug 2009)
New Revision: 55919
URL: http://svn.boost.org/trac/boost/changeset/55919
Log:
Remove spurious word.
Text files modified:
trunk/libs/asio/doc/overview/timers.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/asio/doc/overview/timers.qbk
==============================================================================
--- trunk/libs/asio/doc/overview/timers.qbk (original)
+++ trunk/libs/asio/doc/overview/timers.qbk 2009-08-31 08:45:18 EDT (Mon, 31 Aug 2009)
@@ -33,7 +33,7 @@
...
i.run();
-The deadline associated with a timer may be also be obtained as a relative time:
+The deadline associated with a timer may also be obtained as a relative time:
boost::posix_time::time_duration time_until_expiry
= t.expires_from_now();