File: fix_spelling_errors

package info (click to toggle)
libhttp-server-simple-mason-perl 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 1,280; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (4)
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