summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async
diff options
context:
space:
mode:
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.
-