1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From 03d49423cf155d9e7cf2bf5fd2f210884296f3eb Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@xs4all.nl>
Date: Fri, 17 Jan 2014 19:21:16 +0100
Subject: Fix 'development' typo in POD.
Origin: https://github.com/qgis/QGIS/commit/03d49423cf155d9e7cf2bf5fd2f210884296f3eb
Bug: https://github.com/bluefeet/Geo-Distance/pull/10
---
lib/Geo/Distance.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/lib/Geo/Distance.pm
+++ b/lib/Geo/Distance.pm
@@ -39,7 +39,7 @@ calculations.
The L<GIS::Distance> module is being worked on as a replacement for this module. In the
near future Geo::Distance will become a lightweight wrapper around GIS::Distance so that
legacy code benefits from fixes to GIS::Distance through the old Geo::Distance API. For
-any new developement I suggest that you look in to GIS::Distance.
+any new development I suggest that you look in to GIS::Distance.
=head1 STABILITY
|