|
Boost-Commit : |
From: chris_at_[hidden]
Date: 2008-07-01 07:58:40
Author: chris_kohlhoff
Date: 2008-07-01 07:58:39 EDT (Tue, 01 Jul 2008)
New Revision: 46946
URL: http://svn.boost.org/trac/boost/changeset/46946
Log:
Fix typos.
Text files modified:
trunk/libs/asio/doc/requirements/StreamDescriptorService.qbk | 4 ++--
trunk/libs/asio/doc/requirements/StreamHandleService.qbk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/asio/doc/requirements/StreamDescriptorService.qbk
==============================================================================
--- trunk/libs/asio/doc/requirements/StreamDescriptorService.qbk (original)
+++ trunk/libs/asio/doc/requirements/StreamDescriptorService.qbk 2008-07-01 07:58:39 EDT (Tue, 01 Jul 2008)
@@ -29,7 +29,7 @@
[
pre: `a.is_open(b)`.\n
\n
- Reads one or more bytes of data from a decsriptor `b`.\n
+ Reads one or more bytes of data from a descriptor `b`.\n
\n
The mutable buffer sequence `mb` specifies memory where the data should
be placed. The operation shall always fill a buffer in the sequence
@@ -105,7 +105,7 @@
pre: `a.is_open(b)`.\n
\n
Initiates an asynchronous operation to write one or more bytes of data to
- a decsriptor `b`. The operation is performed via the `io_service`
+ a descriptor `b`. The operation is performed via the `io_service`
object `a.io_service()` and behaves according to [link
boost_asio.reference.asynchronous_operations asynchronous operation]
requirements.\n
Modified: trunk/libs/asio/doc/requirements/StreamHandleService.qbk
==============================================================================
--- trunk/libs/asio/doc/requirements/StreamHandleService.qbk (original)
+++ trunk/libs/asio/doc/requirements/StreamHandleService.qbk 2008-07-01 07:58:39 EDT (Tue, 01 Jul 2008)
@@ -29,7 +29,7 @@
[
pre: `a.is_open(b)`.\n
\n
- Reads one or more bytes of data from a decsriptor `b`.\n
+ Reads one or more bytes of data from a handle `b`.\n
\n
The mutable buffer sequence `mb` specifies memory where the data should
be placed. The operation shall always fill a buffer in the sequence
@@ -105,7 +105,7 @@
pre: `a.is_open(b)`.\n
\n
Initiates an asynchronous operation to write one or more bytes of data to
- a decsriptor `b`. The operation is performed via the `io_service`
+ a handle `b`. The operation is performed via the `io_service`
object `a.io_service()` and behaves according to [link
boost_asio.reference.asynchronous_operations asynchronous operation]
requirements.\n
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