1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Description: This patch fixes the spelling errors.
Bug: https://github.com/shadow-dot-cat/Data-Dumper-Compact/issues/3
Forwarded: https://github.com/shadow-dot-cat/Data-Dumper-Compact/issues/3
Author: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-06-10
--- a/README
+++ b/README
@@ -609,7 +609,7 @@
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.
--- a/lib/Data/Dumper/Compact.pm
+++ b/lib/Data/Dumper/Compact.pm
@@ -1030,7 +1030,7 @@
=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.
--- a/lib/Devel/DDCWarn.pm
+++ b/lib/Devel/DDCWarn.pm
@@ -224,7 +224,7 @@
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:
--- a/lib/JSON/Dumper/Compact.pm
+++ b/lib/JSON/Dumper/Compact.pm
@@ -68,7 +68,7 @@
=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:
|