Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2010-03-10 01:18:55 +0000
committereutarass2010-03-10 01:18:55 +0000
commitc12de90aa1437b8eac7b1d983e13164aa232e375 (patch)
treef7fb1e7407156b1b1f03ed75ff6ba06c5419e3fd /docs
parent3c71c9e409ad39a155a5378aaa4b3ba5c423a55e (diff)
downloadorg.eclipse.tcf-c12de90aa1437b8eac7b1d983e13164aa232e375.tar.gz
org.eclipse.tcf-c12de90aa1437b8eac7b1d983e13164aa232e375.tar.xz
org.eclipse.tcf-c12de90aa1437b8eac7b1d983e13164aa232e375.zip
TCF Agent: more symbols value-add code.
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Service - Streams.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TCF Service - Streams.html b/docs/TCF Service - Streams.html
index 5a3378a13..edd875ab2 100644
--- a/docs/TCF Service - Streams.html
+++ b/docs/TCF Service - Streams.html
@@ -57,7 +57,7 @@
<li> Asynchronous overlapped data streaming: multiple 'read' or 'write' command can be issued at same time, both peers
can continue data processing concurrently with data transmission.
<li> Multicast: multiple clients can receive data from same stream.
- <li> Subscription model: clients are required to expressed interest in particular streams by subscribing for the service.
+ <li> Subscription model: clients are required to express interest in particular streams by subscribing for the service.
<li> Flow control: peers can throttle data flow of individual streams by delaying 'read' and 'write' commands.
</ul>

Back to the top