Fix a typo in my description for change 26427.
Nicholas Clark [Sun, 29 Oct 2006 21:54:29 +0000 (21:54 +0000)]
p4raw-id: //depot/perl@29139

Changes

diff --git a/Changes b/Changes
index a54ccac..545681e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16664,7 +16664,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
         Log: Take care in toke.c not to convert constant subroutine reference
-             proxies into full blow PVGVs with PVCVs, and recognise them and inline
+             proxies into full blown PVGVs with PVCVs, and recognise them and inline
              their values. Adds a new function gv_const_sv(gv) to return the value
              of the constant subroutine from a GV, and adds a cv parameter to
              S_intuit_method.