Subject: | typo in POD |
Hi,
while packaging version 0.19 of Net-GPSD3 for Debian, our automated QA tools called my attention to a typo in the POD, and I'd like to share the patch for inclusion whenever convenient:
--- 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
Florian