X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fperl5db.pl;h=b4edc83819906ce6fd5e53b1f15d79afd5fb424c;hb=e82b93481bc82235f35444c372503cc96abe405b;hp=ace1cdf9fe87b44c255e95ea53b345a5bb99449b;hpb=b0e77abce94198d71ec18cc0f2bad3531c0062e1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/perl5db.pl b/lib/perl5db.pl index ace1cdf..b4edc83 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -911,7 +911,7 @@ sub eval { # + Fix a side-effect of bug #24674 in the perl debugger ("odd taint bug") # Changes: 1.24: Mar 03, 2004 Richard Foley # + Added command to save all debugger commands for sourcing later. -# + Added command to display parent inheritence tree of given class. +# + Added command to display parent inheritance tree of given class. # + Fixed minor newline in history bug. # Changes: 1.25: Apr 17, 2004 Richard Foley # + Fixed option bug (setting invalid options + not recognising valid short forms) @@ -2034,8 +2034,8 @@ to enter commands and have a valid context to be in. $term || &setterm; print_help(< to quit or B to restart, - use B I to avoid stopping after program termination, - B, B or B to get additional info. + use B I to avoid stopping after program termination, + B, B or B to get additional info. EOP # Set the DB::eval context appropriately. @@ -2743,7 +2743,7 @@ in this and all call levels above this one. # sure that the line specified really is breakable. # # On the other hand, if there was a subname supplied, the - # preceeding block has moved us to the proper file and + # preceding block has moved us to the proper file and # location within that file, and then scanned forward # looking for the next executable line. We have to make # sure that one was found. @@ -6634,7 +6634,7 @@ sub get_list { The C subroutine is the essence of fast and low-impact. We simply set an already-existing global scalar variable to a constant value. This avoids allocating any memory possibly in the middle of something that will -get all confused if we do, particularily under I. +get all confused if we do, particularly under I. =cut @@ -8312,7 +8312,7 @@ Find all the subroutines that might match in this package =item * -Add C, C, and C as possibles (we may be completing the keyword itself +Add C, C, and C as possibles (we may be completing the keyword itself) =item *