diff options
author | Felipe Gasper <felipe@felipegasper.com> | 2021-06-15 00:25:38 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-06-15 06:35:54 -0400 |
commit | 5ab5717f6c5cffd470fe7dd317d88f0dbc20903c (patch) | |
tree | 772aa53fddf046707bf5656292db3e9e99623671 /lib | |
parent | 9b7a2e9a504993262ba7201acf590d0b94bf5a9d (diff) | |
download | perl-5ab5717f6c5cffd470fe7dd317d88f0dbc20903c.tar.gz |
Fix spelling: precede
Diffstat (limited to 'lib')
-rw-r--r-- | lib/B/Deparse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm index 10c30e8611..78703cd8b0 100644 --- a/lib/B/Deparse.pm +++ b/lib/B/Deparse.pm @@ -5299,7 +5299,7 @@ sub re_unback { # the insane complexity here is due to the behaviour of "\c\" $str =~ s/ # these two lines ensure that the backslash we're about to - # remove isn't preceeded by something which makes it part + # remove isn't preceded by something which makes it part # of a \c (^ | [^\\] | \\c\\) # $1 |