summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-26 15:25:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-26 15:25:35 +0000
commit37e23fd64c66e11ed3d3af7d538d5be2bd58700f (patch)
tree202acfe276297b7ceb434c695732dd9ccb1d5ba6 /pod
parentfd5a896ab6e0f1e056d0f4748a23c9379c27a3ae (diff)
downloadperl-37e23fd64c66e11ed3d3af7d538d5be2bd58700f.tar.gz
I thinkk thinggy has only one g.
p4raw-id: //depot/perl@16799
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b8b2494529..9810576d26 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3037,7 +3037,7 @@ existing code that relies on the broken semantics. It is important
that you check and alter any such code now. In the future release,
localising a tied array or hash will convert that variable into a new,
empty, and B<untied> array or hash. At the end of the block, the variable
-will be repointed at the original tied thinggy. Note that no tied methods
+will be repointed at the original tied thingy. Note that no tied methods
will be called at any point during this process. (With the existing
behaviour, the variable remains tied while localised.)