Spelling/grammar fixes.

This commit is contained in:
Daniel DiPaolo 2004-01-26 07:52:20 +00:00
parent ac2b048055
commit 26355a6dbd

View File

@ -1,4 +1,4 @@
These are the interfaces of some of the objects you'll deal with if
These are the interfaces for some of the objects you'll deal with if
you code for Supybot.
ircmsgs.IrcMsg:
@ -97,7 +97,7 @@ irclib.Irc:
server. The queue is generally FIFO, but it
does prioritize messages based on their command.
sendMsg: Queues a message for sneding to the
sendMsg: Queues a message for sending to the
server prior to any messages in the normal
queue. This is exactly a FIFO queue, no
reordering is done at all.