develooper Front page | perl.perl5.porters | Postings from July 2000

[PATCH] fixes bug 20000508.004

Thread Next
From:
Michael Stevens
Date:
July 27, 2000 05:49
Subject:
[PATCH] fixes bug 20000508.004
Message ID:
20000727134903.A9351@athenaeum.globnix.org
This patch fixes the minor doc bug in bug ticket 20000508.004.

--- bleadperl.orig/pod/perldata.pod	Thu Jul 27 13:41:29 2000
+++ bleadperl/pod/perldata.pod	Thu Jul 27 13:42:34 2000
@@ -259,7 +259,7 @@
 10,000 of your items.  This isn't supposed to happen.
 
 You can preallocate space for a hash by assigning to the keys() function.
-This rounds up the allocated bucked to the next power of two:
+This rounds up the allocated buckets to the next power of two:
 
     keys(%users) = 1000;		# allocate 1024 buckets
 

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About