File: 0001-Fix-development-typo-in-POD.patch

package info (click to toggle)
libgeo-distance-perl 0.20-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 216 kB
  • ctags: 31
  • sloc: perl: 411; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (3)
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