From: Vadim Konovalov Date: Tue, 14 Nov 2000 09:29:28 +0000 (+0300) Subject: tiny typo in perl5db.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5d3a85845b0d0d32eb24eef422ece308397ef77;p=p5sagit%2Fp5-mst-13.2.git tiny typo in perl5db.pl From: "Konovalov, Vadim" Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com> p4raw-id: //depot/perl@7681 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 836e559..63b4381 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -25,7 +25,7 @@ $header = "perl5db.pl version $VERSION"; # if caller() is called from the package DB, it provides some # additional data. # -# The array @{$main::{'_<'.$filename} is the line-by-line contents of +# The array @{$main::{'_<'.$filename}} is the line-by-line contents of # $filename. # # The hash %{'_<'.$filename} contains breakpoints and action (it is