Description: Fix typos in POD
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2018-07-07
Bug-Upstream: https://rt.cpan.org/Public/Bug/Display.html?id=87707

--- a/lib/Object/Signature/File.pm
+++ b/lib/Object/Signature/File.pm
@@ -63,7 +63,7 @@
 be stored with no extension.
 
 If the method return C<undef> (the default value), it indicates no
-preference for the extention the file.
+preference for the extension of the file.
 
 =head2 signature_name
 
--- a/lib/Object/Signature.pm
+++ b/lib/Object/Signature.pm
@@ -45,14 +45,14 @@
 The method used to generate the signature is based on L<Storable> and
 L<Digest::MD5>. The object is fed to C<Storable::nfreeze> to get a string,
 which is then passed to L<Digest::MD5::md5_hex> to get a unique 32
-character hexidecimal signature.
+character hexadecimal signature.
 
 =head1 METHODS
 
 =head2 signature
 
 The C<signature> method is the only method added to your class, and will
-generate a unique 32 hexidecimal signature for any object it is called on.
+generate a unique 32 hexadecimal signature for any object it is called on.
 
 =head1 SUPPORT
 
