File: compatability-typo.patch

package info (click to toggle)
libgeo-gpx-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 63
  • sloc: perl: 718; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix 'compatability' typo, replace with 'compatibility'
Author: Bas Couwenberg <sebastic@xs4all.nl>
Bug: https://rt.cpan.org/Ticket/Display.html?id=92044
Last-Update: 2014-01-11
--- a/lib/Geo/Gpx.pm
+++ b/lib/Geo/Gpx.pm
@@ -795,7 +795,7 @@ sub xml {
 
 =head2 C<TO_JSON>
 
-For compatability with L<JSON> modules. Converts this object to a hash
+For compatibility with L<JSON> modules. Converts this object to a hash
 with keys that correspond to the above methods. Generated ala:
 
   my %json = map { $_ => $self->$_ }