Re: [perl #50180] NDBM_File fails to build
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / ODBM_File.pm
index c14954c..044e493 100644 (file)
@@ -7,7 +7,7 @@ require Tie::Hash;
 use XSLoader ();
 
 our @ISA = qw(Tie::Hash);
-our $VERSION = "1.04";
+our $VERSION = "1.07";
 
 XSLoader::load 'ODBM_File', $VERSION;
 
@@ -97,7 +97,7 @@ sets C<$!> to contain the reason the file could not be tied.
 
 =head2 C<odbm store returned -1, errno 22, key "..." at ...>
 
-This warning is emmitted when you try to store a key or a value that
+This warning is emitted when you try to store a key or a value that
 is too long.  It means that the change was not recorded in the
 database.  See BUGS AND WARNINGS below.