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");
|