File: spelling.patch

package info (click to toggle)
libnet-gpsd3-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 589; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: fix typo in manpage
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87687

--- a/lib/Net/GPSD3/Return/POLL.pm
+++ b/lib/Net/GPSD3/Return/POLL.pm
@@ -53,7 +53,7 @@
 
   my $fix=$poll->fix #isa Net::GPSD3::Return::TPV or undef
 
-Note: I will try to keep this method consistant
+Note: I will try to keep this method consistent
 
 =cut
 
@@ -91,7 +91,7 @@
 
   my $sky=$poll->sky #isa Net::GPSD3::Return::SKY or undef
 
-Note: I will try to keep this method consistant
+Note: I will try to keep this method consistent
 
 =cut