1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: small typo in POD (optinal -> optional)
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123983
Bug: https://rt.cpan.org/Ticket/Display.html?id=123983
--- a/lib/POE/Filter/IRC/Compat.pm
+++ b/lib/POE/Filter/IRC/Compat.pm
@@ -496,7 +496,7 @@ it. Returns an array reference of the qu
=head2 C<debug>
-Takes an optinal true/false value which enables/disables debugging
+Takes an optional true/false value which enables/disables debugging
accordingly. Returns the debug status.
=head2 C<chantypes>
|