Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55002 - trunk/libs/signals2/doc
From: fmhess_at_[hidden]
Date: 2009-07-17 16:09:04


Author: fmhess
Date: 2009-07-17 16:09:03 EDT (Fri, 17 Jul 2009)
New Revision: 55002
URL: http://svn.boost.org/trac/boost/changeset/55002

Log:
Fixed typo, refs #3268.

Text files modified:
   trunk/libs/signals2/doc/tutorial.xml | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/signals2/doc/tutorial.xml
==============================================================================
--- trunk/libs/signals2/doc/tutorial.xml (original)
+++ trunk/libs/signals2/doc/tutorial.xml 2009-07-17 16:09:03 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


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