1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Description: fix a recurring spelling mistake
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-08-21
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=98235
Bug: https://rt.cpan.org/Ticket/Display.html?id=98235
--- a/PurePerl.pm
+++ b/PurePerl.pm
@@ -1157,7 +1157,7 @@
one of the following (each of these is actually an integer constant
function defined in Net::Traceroute's export list):
-QUERY can be zero, in which case the first succesful query will be
+QUERY can be zero, in which case the first successful query will be
returned.
=over 4
@@ -1212,7 +1212,7 @@
Return the dotted quad IP address of the host that responded to HOP's
QUERY.
-QUERY can be zero, in which case the first succesful query will be
+QUERY can be zero, in which case the first successful query will be
returned.
=item hop_query_time(HOP, QUERY)
@@ -1221,7 +1221,7 @@
your system's traceroute supports fractional second timing, so
will Net::Traceroute.
-QUERY can be zero, in which case the first succesful query will be
+QUERY can be zero, in which case the first successful query will be
returned.
=back
|