Re: [typo] sv.c pod/perlapi.pod
Stas Bekman [Thu, 24 Jul 2003 16:49:27 +0000 (18:49 +0200)]
Message-ID: <3F1FF1F7.30500@stason.org>

p4raw-id: //depot/perl@20209

pod/perlapi.pod
sv.c

index ba00769..481ee10 100644 (file)
@@ -512,7 +512,7 @@ Found in file handy.h
 
 Create and return a new interpreter by cloning the current one.
 
-perl_clone takes these flags as paramters:
+perl_clone takes these flags as parameters:
 
 CLONEf_COPY_STACKS - is used to, well, copy the stacks also, 
 without it we only clone the data and zero the stacks, 
diff --git a/sv.c b/sv.c
index 542530d..c31ada7 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -10718,7 +10718,7 @@ Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param)
 
 Create and return a new interpreter by cloning the current one.
 
-perl_clone takes these flags as paramters:
+perl_clone takes these flags as parameters:
 
 CLONEf_COPY_STACKS - is used to, well, copy the stacks also, 
 without it we only clone the data and zero the stacks,