From 8006bbc377c15cd3d89b49736744acd8c1396f24 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 2 Jun 2004 06:47:58 +0000 Subject: [PATCH] Detypo. p4raw-id: //depot/perl@22891 --- pod/perlintern.pod | 2 +- pp_ctl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlintern.pod b/pod/perlintern.pod index e799231..50f3d51 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -297,7 +297,7 @@ Locate the CV corresponding to the currently executing sub or eval. If db_seqp is non_null, skip CVs that are in the DB package and populate *db_seqp with the cop sequence number at the point that the DB:: code was entered. (allows debuggers to eval in the scope of the breakpoint rather -than in in the scope of the debuger itself). +than in in the scope of the debugger itself). CV* find_runcv(U32 *db_seqp) diff --git a/pp_ctl.c b/pp_ctl.c index 2ed833d..a4c93f1 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -2778,7 +2778,7 @@ Locate the CV corresponding to the currently executing sub or eval. If db_seqp is non_null, skip CVs that are in the DB package and populate *db_seqp with the cop sequence number at the point that the DB:: code was entered. (allows debuggers to eval in the scope of the breakpoint rather -than in in the scope of the debuger itself). +than in in the scope of the debugger itself). =cut */ -- 2.7.4