summaryrefslogtreecommitdiff
path: root/examples/chat/README
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-09 15:21:26 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-09 15:21:26 +0100
commitfd673ae231119682a242967551cfa034fa32791a (patch)
treed4954a38b83f053af42e1ce09da7df95dd2c1784 /examples/chat/README
parent6b2ca4e158c3394f5aba8f0f01ff1734423683f9 (diff)
couple of typos in the documentation fixed
Diffstat (limited to 'examples/chat/README')
-rw-r--r--examples/chat/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chat/README b/examples/chat/README
index 6fe1b4e..b93aefd 100644
--- a/examples/chat/README
+++ b/examples/chat/README
@@ -1,6 +1,6 @@
This example is a simple instant messaging implementation. There are multiple
-partipants in the chat, both sending and reading messages. The sending
+participants in the chat, both sending and reading messages. The sending
application 'prompt' is separated from the application displaying the chat
'display' so that there's no need for sophisticated GUI.