File: 01-spelling-fix.patch

package info (click to toggle)
libnet-httpserver-perl 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 580 kB
  • ctags: 338
  • sloc: perl: 2,763; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Spell 'separate' correctly.
Author: Andrew Shadura <bugzilla@tut.by>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75435

--- a/lib/Net/HTTPServer.pm
+++ b/lib/Net/HTTPServer.pm
@@ -137,7 +137,7 @@
 =head2 AddServerTokens(token,[token,...])
 
 Adds one or more tokens onto the Server header line that the server sends
-back in a response.  The list is seperated by a ; to distinguish the
+back in a response.  The list is separated by a ; to distinguish the
 various tokens from each other.
 
   $server->AddServerTokens("test/1.3");