I thinkk thinggy has only one g.
Jarkko Hietaniemi [Sun, 26 May 2002 15:25:35 +0000 (15:25 +0000)]
p4raw-id: //depot/perl@16799

pod/perldelta.pod

index b8b2494..9810576 100644 (file)
@@ -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.)