From: Jarkko Hietaniemi Date: Mon, 6 May 2002 15:30:29 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=136430a4e342703ae104e15e3ffe4fcab3462180;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@16435 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2a32e93..edaa655 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1947,7 +1947,7 @@ Localised tied variables no more leak memory =item * Localised hash elements (and %ENV) are correctly unlocalised to not to -exist, if that's what they where. +exist, if that's what they were. use Tie::Hash;