Skip to content

Commit

Permalink
Minor spelling inconsistency that triggers package warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonrandal committed Jul 20, 2011
1 parent 9e16438 commit 7f3317a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/parrot_debugger/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Disable a breakpoint.
=item C<enable>
Reenable a disabled breakpoint.
Re-enable a disabled breakpoint.
=item C<continue> or C<c>
Expand Down
2 changes: 1 addition & 1 deletion src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ In echo mode the script commands are written to stderr before executing."
},
cmd_enable = {
& dbg_enable,
"reenable a disabled breakpoint",
"re-enable a disabled breakpoint",
"Re-enable a disabled breakpoint."
},
cmd_eval = {
Expand Down

0 comments on commit 7f3317a

Please sign in to comment.