summaryrefslogtreecommitdiff
path: root/lib/Data/Dumper/Compact.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Dumper/Compact.pm')
-rw-r--r--lib/Data/Dumper/Compact.pm2
1 files changed, 1 insertions, 1 deletions
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.