irc.client: Fix typos

db4
Bruno Deferrari 2009-04-12 16:52:24 -03:00
parent 8eedc105a9
commit e8d37558cb
2 changed files with 2 additions and 2 deletions

View 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-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." ; HELP: irc-disconnected "Message sent to notify chats that connection was lost." ;

View 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." "Some special messages that are created by the library and not by the irc server."
{ $table { $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-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-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." } } { { $link irc-connected } " sent to notify chats that a connection with the irc server was established." } }