File: fix-spelling.patch

package info (click to toggle)
libjson-xs-perl 3.040-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 508 kB
  • ctags: 6
  • sloc: perl: 522; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix spelling
Origin: vendor
Author: Nuno Carvalho <smash@cpan.org>
Last-Update: 2016-11-28
Bug: https://rt.cpan.org/Ticket/Display.html?id=117976
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117976

--- a/XS.pm
+++ b/XS.pm
@@ -1614,7 +1614,7 @@
 
 C<JSON::XS> uses the L<Types::Serialiser> module to provide boolean
 constants. That means that the JSON true and false values will be
-comaptible to true and false values of other modules that do the same,
+compatible to true and false values of other modules that do the same,
 such as L<JSON::PP> and L<CBOR::XS>.