Subject: | Spelling errors |
Hello,
little errors
Subject: | spelling-errors.patch |
Description: spelling errors
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Last-Update: 2018-08-26
--- a/lib/Geo/Line.pod
+++ b/lib/Geo/Line.pod
@@ -49,7 +49,7 @@
=item Geo::Line-E<gt>B<bboxFromString>( $string, [$projection] )
Create a square from the $string. The coordinates can be separated by
-a comma (preferrably), or blanks. When the coordinates end on NSEW, the
+a comma (preferably), or blanks. When the coordinates end on NSEW, the
order does not matter, otherwise lat-long or xy order is presumed.
This routine is very smart. It understands
--- a/lib/Geo/Point.pod
+++ b/lib/Geo/Point.pod
@@ -52,7 +52,7 @@
=item Geo::Point-E<gt>B<fromString>( $string, [$projection] )
Create a new point from a $string. The coordinates can be separated by
-a comma (preferrably), or blanks. When the coordinates end on NSEW, the
+a comma (preferably), or blanks. When the coordinates end on NSEW, the
order does not matter, otherwise lat-long or xy order is presumed.
This routine is very smart. It understands:
@@ -396,8 +396,8 @@
=item Error: illegal UTM zone in $string
A UTM zone can be detected at the beginning or at the end of the
-input. It contains a number (from 1 upto 60) and an optional
-latitude indication (C upto X, except I and O).
+input. It contains a number (from 1 up to 60) and an optional
+latitude indication (C up to X, except I and O).
=item Error: illegal character in x coordinate $x
--- a/lib/Geo/Shape.pod
+++ b/lib/Geo/Shape.pod
@@ -71,7 +71,7 @@
=item $obj-E<gt>B<in>( <$label|'utm'> )
-The coordinates of this point in a certain projection, refered to with
+The coordinates of this point in a certain projection, referred to with
the $label. The projection is defined with L<new()|Geo::Shape/"Constructors">. When simply
'utm' is provided, the best UTM zone is selected.