--- ./perl-5.40.0/lib/DB.pm Tue Feb 27 01:50:15 2024 +++ ./perl-5.40.0/lib/DB.pm Thu Nov 7 11:22:44 2024 @@ -560,7 +560,7 @@ CLIENT->done() # de-register from the debugging API CLIENT->skippkg('hide::hide') # ask DB not to stop in this package CLIENT->cont([WHERE]) # run some more (until BREAK or - # another breakpointt) + # another breakpoint) CLIENT->step() # single step CLIENT->next() # step over CLIENT->ret() # return from current subroutine