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
|