From e8d37558cbbcebf6307e60f0137944fa09144da6 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Sun, 12 Apr 2009 16:52:24 -0300 Subject: [PATCH] irc.client: Fix typos --- extra/irc/client/chats/chats-docs.factor | 2 +- extra/irc/client/client-docs.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/irc/client/chats/chats-docs.factor b/extra/irc/client/chats/chats-docs.factor index d84e38f499..8ab2968eb7 100644 --- a/extra/irc/client/chats/chats-docs.factor +++ b/extra/irc/client/chats/chats-docs.factor @@ -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." ; diff --git a/extra/irc/client/client-docs.factor b/extra/irc/client/client-docs.factor index 496c2caa32..aa0bcb3bf3 100644 --- a/extra/irc/client/client-docs.factor +++ b/extra/irc/client/client-docs.factor @@ -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." } } -- 2.34.1