Skip Menu |

This queue is for tickets about the AnyEvent-IRC CPAN distribution.

Report information
The Basics
Id: 126993
Status: new
Priority: 0/
Queue: AnyEvent-IRC

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Spelling errors
Hello, some spelling errors
Subject: spelling-errors.patch
Description: spelling errors Author: Xavier Guimard <yadd@debian.org> Forwarded: <no|not-needed|url proving that it has been forwarded> Last-Update: 2018-08-30 --- a/lib/AnyEvent/IRC.pm +++ b/lib/AnyEvent/IRC.pm @@ -172,7 +172,7 @@ * Maximilian Gass - Added support for ISUPPORT and CASEMAPPING. * Zaba - Thanks for the useful input about IRC. * tokuhirom - Thanks for patches for the kick event. - * Kazuhiro Osawa - Thanks for the documenation fix. + * Kazuhiro Osawa - Thanks for the documentation fix. * Angel Abad - Thanks for the spelling fixes. * Lee Aylward - Thanks for bug spotting and fixing. --- a/lib/AnyEvent/IRC/Client.pm +++ b/lib/AnyEvent/IRC/Client.pm @@ -66,7 +66,7 @@ =head1 DESCRIPTION L<AnyEvent::IRC::Client> is a (nearly) highlevel client connection, -that manages all the stuff that noone wants to implement again and again +that manages all the stuff that no one wants to implement again and again when handling with IRC. For example it PONGs the server or keeps track of the users on a channel. @@ -296,11 +296,11 @@ =item debug_send => $command, @params -Is emitted everytime some command is sent. +Is emitted every time some command is sent. =item debug_recv => $ircmsg -Is emitted everytime some command was received. +Is emitted every time some command was received. =back --- a/lib/AnyEvent/IRC/Util.pm +++ b/lib/AnyEvent/IRC/Util.pm @@ -35,7 +35,7 @@ This method parses the C<$ircline>, which is one line of the IRC protocol without the trailing "\015\012". -It returns a hash which has the following entrys: +It returns a hash which has the following entries: =over 4 @@ -211,7 +211,7 @@ spaces. All parts of the message will be concatenated and lowlevel quoted. -That means you can embed _any_ character from 0 to 255 in this message (thats +That means you can embed _any_ character from 0 to 255 in this message (that's what the lowlevel quoting allows). =cut