$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55003 - branches/release/libs/signals2/doc
From: fmhess_at_[hidden]
Date: 2009-07-17 16:17:33
Author: fmhess
Date: 2009-07-17 16:17:32 EDT (Fri, 17 Jul 2009)
New Revision: 55003
URL: http://svn.boost.org/trac/boost/changeset/55003
Log:
Merged [55002] from trunk.  Fixes #3268.
Text files modified: 
   branches/release/libs/signals2/doc/tutorial.xml |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/signals2/doc/tutorial.xml
==============================================================================
--- branches/release/libs/signals2/doc/tutorial.xml	(original)
+++ branches/release/libs/signals2/doc/tutorial.xml	2009-07-17 16:17:32 EDT (Fri, 17 Jul 2009)
@@ -160,7 +160,7 @@
 <para>Just as slots can receive arguments, they can also return
 values. These values can then be returned back to the caller of the
 signal through a <firstterm>combiner</firstterm>. The combiner is a mechanism
-that can take the results of calling slots (there many be no
+that can take the results of calling slots (there may be no
 results or a hundred; we don't know until the program runs) and
 coalesces them into a single result to be returned to the caller.
 The single result is often a simple function of the results of the