Subject: | Fix minor spelling |
In packaging the latest version (3.00 as of this writing) for Debian, I
found a minor spelling in what becomes the manpage. A patch is
submitted for your consideration.
Subject: | fix-manpage-spelling.patch |
diff --git a/lib/Data/Hexdumper.pm b/lib/Data/Hexdumper.pm
index 64772cf..861302d 100644
--- a/lib/Data/Hexdumper.pm
+++ b/lib/Data/Hexdumper.pm
@@ -65,7 +65,7 @@ Data::Hexdumper - Make binary data human-readable
=head1 DESCRIPTION
-C<Data::Hexdumper> provides a simple way to format arbitary binary data
+C<Data::Hexdumper> provides a simple way to format arbitrary binary data
into a nice human-readable format, somewhat similar to the Unix 'hexdump'
utility.