1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: small typo in POD (optinal -> optional)
Bug: https://rt.cpan.org/Ticket/Display.html?id=123983
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123983
Author: Damyan Ivanov <dmn@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-08-22
--- a/lib/POE/Filter/IRC/Compat.pm
+++ b/lib/POE/Filter/IRC/Compat.pm
@@ -495,7 +495,7 @@
=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>
|