summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-01-05 13:11:42 -0500
committerLance Stout <lancestout@gmail.com>2012-01-05 13:11:42 -0500
commit738ec92b8ea6175f20d81e356e5dc76bff1559c4 (patch)
tree3711b9ab0b37a1ee84f553173f89325ccb403001 /docs
parentbe9e26b4a344ba083835c30c41d12cddc0afc187 (diff)
downloadslixmpp-738ec92b8ea6175f20d81e356e5dc76bff1559c4.tar.gz
slixmpp-738ec92b8ea6175f20d81e356e5dc76bff1559c4.tar.bz2
slixmpp-738ec92b8ea6175f20d81e356e5dc76bff1559c4.tar.xz
slixmpp-738ec92b8ea6175f20d81e356e5dc76bff1559c4.zip
Fix a few typos.
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/muc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/muc.rst b/docs/getting_started/muc.rst
index a1a09f55..26e1fa57 100644
--- a/docs/getting_started/muc.rst
+++ b/docs/getting_started/muc.rst
@@ -92,7 +92,7 @@ Adding Functionality
Currently, our bot just sits dormantly inside the chat room, but we
would like it to respond to two distinct events by issuing a generic
message in each case to the chat room. In particular, when a member
-mention's the bot's nickname inside the chat room, and when a member
+mentions the bot's nickname inside the chat room, and when a member
joins the chat room.
Responding to Mentions
@@ -100,7 +100,7 @@ Responding to Mentions
Whenever a user mentions our bot's nickname in chat, our bot will
respond with a generic message resembling *"I heard that, user."* We do
-this by examining all of the messages sent inside the chat, and looking
+this by examining all of the messages sent inside the chat and looking
for the ones which contain the nickname string.
First, we register an event handler for the :term:`groupchat_message`