summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-06 15:30:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-06 15:30:29 +0000
commit136430a4e342703ae104e15e3ffe4fcab3462180 (patch)
tree5d777ccc0006284fbec54471d360b54968708d39
parent159ad9158da627b6008687c4cd6aaaa0f0c7d16f (diff)
downloadperl-136430a4e342703ae104e15e3ffe4fcab3462180.tar.gz
Detypo.
p4raw-id: //depot/perl@16435
-rw-r--r--pod/perldelta.pod2
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;