summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-02-21 23:29:09 +0000
committerMark Spruiell <mes@zeroc.com>2007-02-21 23:29:09 +0000
commitc1de9ba07235ba31510497267d9a321374e573dd (patch)
tree92971c4f285d7f72e68a9b39deae42e01d85e363 /cpp/demo/Ice/async
parentmore minor edits (diff)
downloadice-c1de9ba07235ba31510497267d9a321374e573dd.tar.bz2
ice-c1de9ba07235ba31510497267d9a321374e573dd.tar.xz
ice-c1de9ba07235ba31510497267d9a321374e573dd.zip
minor edits
Diffstat (limited to 'cpp/demo/Ice/async')
-rw-r--r--cpp/demo/Ice/async/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/demo/Ice/async/README b/cpp/demo/Ice/async/README
index 451c4e5abcd..8227e08baf9 100644
--- a/cpp/demo/Ice/async/README
+++ b/cpp/demo/Ice/async/README
@@ -13,6 +13,5 @@ The demo invocation can either have a short response time or require a
significant amount of time to complete. For the long running request
the client uses AMI and the server uses AMD plus a worker thread to
process the request. While a long request is processing, short
-requests are still able to processed and more long requests can be
+requests are still able to be processed and more long requests can be
queued for processing by the worker thread.
-