Author: cotto
Date: Mon Dec  1 14:49:28 2008
New Revision: 33432

Modified:
   trunk/languages/pipp/src/pipp_hash.c

Log:
[pipp] typo fix


Modified: trunk/languages/pipp/src/pipp_hash.c
==============================================================================
--- trunk/languages/pipp/src/pipp_hash.c        (original)
+++ trunk/languages/pipp/src/pipp_hash.c        Mon Dec  1 14:49:28 2008
@@ -262,7 +262,7 @@
             Parrot_ex_throw_from_c_args(interp, NULL, -1,
                     "PHPArray corruption: ht->internalPointer doesn't point to 
"
                     "an element of this PHPArray.");
-        dprintf("internalPointer points at position #%d (0 being the 
beginngin)\n", ip_pos);
+        dprintf("internalPointer points at position #%d (0 being the 
beginning)\n", ip_pos);
     }
     else
         dprintf("internalPointer is NULL, which is just fine\n");

Reply via email to