diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-06 15:30:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-06 15:30:29 +0000 |
commit | 136430a4e342703ae104e15e3ffe4fcab3462180 (patch) | |
tree | 5d777ccc0006284fbec54471d360b54968708d39 | |
parent | 159ad9158da627b6008687c4cd6aaaa0f0c7d16f (diff) | |
download | perl-136430a4e342703ae104e15e3ffe4fcab3462180.tar.gz |
Detypo.
p4raw-id: //depot/perl@16435
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2a32e9347d..edaa655b9e 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; |