Subject: | Spelling errors in pod |
Hi,
there are some speling errors in your pod documentation. Here is a
proposed patch
Subject: | spelling-errors.patch |
Description: spelling errors in pod doc
Author: Xavier Guimard <x.guimard@free.fr>
Bug: <url in upstream bugtracker>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Last-Update: 2013-01-23
--- a/lib/Geo/Shape.pod
+++ b/lib/Geo/Shape.pod
@@ -91,7 +91,7 @@
The POINTS are ARRAYS with each an X and Y coordinate of a single
point in space. A list of transformed POINTS is returned, which is empty
-if no change is needed. The returned list is preceeded by a projection
+if no change is needed. The returned list is preceded by a projection
NICK which is the result, usually the same as the provided NICK, but in
some cases (for instance UTM) it may be different.
--- a/lib/Geo/Point.pod
+++ b/lib/Geo/Point.pod
@@ -31,7 +31,7 @@
One of the most confusing things when handling geometrical data, is
that sometimes latlong, sometimes xy are used: horizontal and vertical
-organization reversed. This packages tries to hide this from your
+organization reversed. These packages tries to hide this from your
program by providing abstract accessors L<latlong()|Geo::Point/"Constructors">, L<longlat()|Geo::Point/"Constructors">,
L<xy()|Geo::Point/"Constructors">, and L<yx()|Geo::Point/"Constructors">.
@@ -292,7 +292,7 @@
=item $obj-E<gt>B<dms>([PROJECTION])
Show the point as DMS value-pair. You must be sure that the coordinate
-is a projection for which is it usefull to represent the values in DMS.
+is a projection for which is it useful to represent the values in DMS.
In SCALAR context, one string is returned. In LIST context, the values
are returned separately in latlong order.
@@ -313,7 +313,7 @@
=item $obj-E<gt>B<moveWest>()
Move a point from the eastern calculations into the western calculations,
-resulting in a value below -180. This is usefull when this point is part
+resulting in a value below -180. This is useful when this point is part
of a larger construct, like the corners of a satellite image, which are
both sides of the -180 meridian.
@@ -357,7 +357,7 @@
=item Error: UTM requires 3 values: easting, northing, and zone
-=item Error: can only compare a point to an other Geo::Point
+=item Error: can only compare a point to another Geo::Point
=item Error: distance calculation not implemented between a $kind and a $kind