diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2000-11-14 12:29:28 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-14 14:01:41 +0000 |
commit | f5d3a85845b0d0d32eb24eef422ece308397ef77 (patch) | |
tree | 8eae297da078652fe63067d96f5d242d776336ea /lib/perl5db.pl | |
parent | 00b027972d07e1d53ec42ba7bbc007b558fb67f0 (diff) | |
download | perl-f5d3a85845b0d0d32eb24eef422ece308397ef77.tar.gz |
tiny typo in perl5db.pl
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
p4raw-id: //depot/perl@7681
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 836e5594d8..63b4381339 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 |