[patch] s/thinngy/thingy/
Jim Cromie [Thu, 27 Sep 2007 19:29:43 +0000 (13:29 -0600)]
Message-ID: <46FC5907.4010205@gmail.com>

p4raw-id: //depot/perl@31989

sv.c

diff --git a/sv.c b/sv.c
index a07a57f..c9fd89d 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -9497,7 +9497,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
 All the macros and functions in this section are for the private use of
 the main function, perl_clone().
 
-The foo_dup() functions make an exact copy of an existing foo thinngy.
+The foo_dup() functions make an exact copy of an existing foo thingy.
 During the course of a cloning, a hash table is used to map old addresses
 to new addresses. The table is created and manipulated with the
 ptr_table_* functions.