summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Carvalho <smash@cpan.org>2020-10-31 01:32:00 +0100
committergregor herrmann <gregoa@debian.org>2020-10-31 01:32:00 +0100
commit2b5c4d35971d107c776ed3195f3aaf674c8acf35 (patch)
tree9b3a9701d716a76d97ce09f2b4782a7436830b57
parentd66a835f6b5aac2f10d153b735ea794b35082045 (diff)
Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=117976 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117976 Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2018-11-26 Gbp-Pq: Name fix-spelling.patch
-rw-r--r--XS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/XS.pm b/XS.pm
index 5ffc1ea..91c5ebe 100644
--- a/XS.pm
+++ b/XS.pm
@@ -1680,7 +1680,7 @@ interested.
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>.