summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-09-15 23:39:51 +0200
committergregor herrmann <gregoa@debian.org>2019-09-15 23:39:51 +0200
commit62e38bd8d0227dc048b4f8b0dc8dd11480c54df1 (patch)
tree2c6bfbdb8dc9aa7bd1f7b37489f651a8f53fee5b
parent1b8f2032689bd3a49ee8c0f050e234a573866864 (diff)
This patch fixes the spelling errors.archive/debian/0.004001-1
Forwarded: https://github.com/shadow-dot-cat/Data-Dumper-Compact/issues/3 Last-Update: 2019-06-11 Gbp-Pq: Name spelling-fix.patch
-rw-r--r--README2
-rw-r--r--lib/Data/Dumper/Compact.pm2
-rw-r--r--lib/Devel/DDCWarn.pm2
-rw-r--r--lib/JSON/Dumper/Compact.pm2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 3051f2f..aee0b79 100644
--- a/README
+++ b/README
@@ -609,7 +609,7 @@ ALGORITHM
Single entry formatting
Where possible, a single entry will be cuddled such that the opening
- delimiters are both on the first line, and the closing delimeters both
+ delimiters are both on the first line, and the closing delimiters both
on the final line, to reduce the vertical space consumption of nested
single entry array and/or hashrefs.
diff --git a/lib/Data/Dumper/Compact.pm b/lib/Data/Dumper/Compact.pm
index 7c34f14..b0f3f6c 100644
--- a/lib/Data/Dumper/Compact.pm
+++ b/lib/Data/Dumper/Compact.pm
@@ -1032,7 +1032,7 @@ will fit onto a single line, it formats as a C<qw(x y x)> style list.
=head2 Single entry formatting
Where possible, a single entry will be cuddled such that the opening
-delimiters are both on the first line, and the closing delimeters both on
+delimiters are both on the first line, and the closing delimiters both on
the final line, to reduce the vertical space consumption of nested single
entry array and/or hashrefs.
diff --git a/lib/Devel/DDCWarn.pm b/lib/Devel/DDCWarn.pm
index b7eb0dc..9ce6509 100644
--- a/lib/Devel/DDCWarn.pm
+++ b/lib/Devel/DDCWarn.pm
@@ -214,7 +214,7 @@ command line are used to initialise the L<Data::Dumper::Compact> object.
Note that this primarily being a debugging and/or scripting oriented tool, if
something initialises us again later, this will reset the (single) global
-C<$ddc> used by this code and change all output throught the process.
+C<$ddc> used by this code and change all output through the process.
However, if you need a localised change of formatting style, C<$ddc> is a full
fledged global so you are absolutely allowed to C<local> it:
diff --git a/lib/JSON/Dumper/Compact.pm b/lib/JSON/Dumper/Compact.pm
index ee9d07e..fc0a7af 100644
--- a/lib/JSON/Dumper/Compact.pm
+++ b/lib/JSON/Dumper/Compact.pm
@@ -67,7 +67,7 @@ JSON::Dumper::Compact - JSON processing with L<Data::Dumper::Compact> aesthetics
=head1 DESCRIPTION
JSON::Dumper::Compact is a subclass of L<Data::Dumper::Compact> that turns
-arrayrefs and hashrefs intead into JSON.
+arrayrefs and hashrefs instead into JSON.
Deep data structures are rendered highly compactly: