]> gitweb.factorcode.org Git - factor.git/commitdiff
irc.client: Fix typos
authorBruno Deferrari <utizoc@gmail.com>
Sun, 12 Apr 2009 19:52:24 +0000 (16:52 -0300)
committerBruno Deferrari <utizoc@gmail.com>
Sun, 12 Apr 2009 19:52:24 +0000 (16:52 -0300)
extra/irc/client/chats/chats-docs.factor
extra/irc/client/client-docs.factor

index d84e38f4999d76f1eced4687e5715850ce5a94fd..8ab2968eb72b6d6e02401b3aa022814577c88ea3 100644 (file)
@@ -15,7 +15,7 @@ HELP: irc-profile "IRC Client profile object" ;
 
 HELP: irc-chat-end "Message sent to a chat when it has been detached from the client, the chat should stop after it receives this message." ;
 
-HELP: irc-end "Message sent when the client isn't running anymore, a chat should stop after it receives this message." ;
+HELP: irc-end "Message sent when the client isn't running anymore, the chat should stop after it receives this message." ;
 
 HELP: irc-disconnected "Message sent to notify chats that connection was lost." ;
 
index 496c2caa3224962175e037125834d486566fcc49..aa0bcb3bf319b039c379b0d2860efe7596ee8a0b 100644 (file)
@@ -67,7 +67,7 @@ ARTICLE: "irc.client" "IRC Client"
 "Some special messages that are created by the library and not by the irc server."
 { $table
   { { $link irc-chat-end } "sent to a chat when it has been detached from the client, the chat should stop after it receives this message. " }
-  { { $link irc-end } " sent when the client isn't running anymore, chats should stop after it receives this message." }
+  { { $link irc-end } " sent when the client isn't running anymore, the chat should stop after it receives this message." }
   { { $link irc-disconnected } " sent to notify chats that connection was lost." }
   { { $link irc-connected } " sent to notify chats that a connection with the irc server was established." } }