1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Angel Abad <angelabad@gmail.com>
Subject: Fix spelling error in manpage
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=61300
--- a/lib/HTTP/Server/Simple/Mason.pm
+++ b/lib/HTTP/Server/Simple/Mason.pm
@@ -155,7 +155,7 @@
=head2 handle_error ERROR
If the call to C<handle_request> dies, C<handle_error> is called with the
-exception (that is, C<$@>). By default, it does nothing; it can be overriden
+exception (that is, C<$@>). By default, it does nothing; it can be overridden
by your subclass.
=cut
|