File: fix-spelling.patch

package info (click to toggle)
libnet-traceroute-perl 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 268 kB
  • ctags: 108
  • sloc: perl: 953; sh: 25; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
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
Description: fix POD spelling errors
Author: Nuno Carvalho <smash@cpan.org>
Forwarded: yes
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78951
Last-Update: 2012-08-14
--- a/Traceroute.pm
+++ b/Traceroute.pm
@@ -1072,7 +1072,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
@@ -1146,7 +1146,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)
@@ -1155,7 +1155,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