summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2018-10-09 13:26:36 +0300
committerJames E Keenan <jkeenan@cpan.org>2018-10-09 09:34:08 -0400
commitab473f03f7b27ae267ddf8126e0b91ea1f3eef5e (patch)
tree7291a48985d6e51d27e0b2bbe17637a7646dd91d /lib/perl5db.pl
parentb00627d0013d067e2f0c15c7024a570ada534c4d (diff)
downloadperl-ab473f03f7b27ae267ddf8126e0b91ea1f3eef5e.tar.gz
fix typos
Committer: For porting tests: Update $VERSION in 4 files. Run: ./perl -Ilib regen/mk_invlists.pl ./perl -Ilib regen/regcharclass.pl
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index ecc49a814d..39f76f35fe 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -529,7 +529,7 @@ BEGIN {
use vars qw($VERSION $header);
# bump to X.XX in blead, only use X.XX_XX in maint
-$VERSION = '1.53';
+$VERSION = '1.54';
$header = "perl5db.pl version $VERSION";
@@ -2931,7 +2931,7 @@ and then we look up the line in the magical C<%dbline> hash.
=head4 C<-> - back one window
We change C<$start> to be one window back; if we go back past the first line,
-we set it to be the first line. We ser C<$incr> to put us back at the
+we set it to be the first line. We set C<$incr> to put us back at the
currently-executing line, and then put a C<l $start +> (list one window from
C<$start>) in C<$cmd> to be executed later.