summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2007-09-27 13:29:43 -0600
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-09-28 06:21:34 +0000
commitf2fc5c80d1dc0be49a3595b9da0de11e796c58eb (patch)
treefb0c01df802a7748b6973f4d2fdd989f974ffa57
parent6c860c16eedf5aa7517b2af8762c85efd99e9418 (diff)
downloadperl-f2fc5c80d1dc0be49a3595b9da0de11e796c58eb.tar.gz
[patch] s/thinngy/thingy/
Message-ID: <46FC5907.4010205@gmail.com> p4raw-id: //depot/perl@31989
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index a07a57f8ae..c9fd89d499 100644
--- 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.