File: fix-spelling-error-in-manpage

package info (click to toggle)
libanyevent-httpd-perl 0.93-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,247; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix spelling error in manpage
Author: Xavier Guimard <x.guimard@free.fr>
Bug: https://rt.cpan.org/Ticket/Display.html?id=80564
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80564
Last-Update: 2012-11-02

--- a/lib/AnyEvent/HTTPD.pm
+++ b/lib/AnyEvent/HTTPD.pm
@@ -51,7 +51,7 @@
 =head1 DESCRIPTION
 
 This module provides a simple HTTPD for serving simple web application
-interfaces. It's completly event based and independend from any event loop
+interfaces. It's completely event based and independend from any event loop
 by using the L<AnyEvent> module.
 
 It's HTTP implementation is a bit hacky, so before using this module make sure