typo in perldiag
authorFather Chrysostomos <sprout@cpan.org>
Thu, 10 Feb 2011 22:05:15 +0000 (14:05 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 10 Feb 2011 22:05:15 +0000 (14:05 -0800)
pod/perldiag.pod

index b3d02c4..aa5b04f 100644 (file)
@@ -3448,7 +3448,7 @@ destructor that adds a new object to the glob.
 
 =item panic: hfreeentries failed to free hash
 
-(P) The internal routine used to clear a hashes entries tried repeatedly,
+(P) The internal routine used to clear a hash's entries tried repeatedly,
 but each time something added more entries to the hash. Most likely the hash
 contains an object with a reference back to the hash and a destructor that
 adds a new object to the hash.