Skip to content

Commit

Permalink
Fix typos (Gallopsled#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesderid committed Jun 16, 2020
1 parent 5efff78 commit 8c601c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pwndbg/abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ def update():

if not linux:
msg = M.warn(
"The bare metal debugging is enabled since the gdb's osabi is '%s' which is not 'GNU/Linux'.\n"
"The bare metal debugging is enabled since gdb's osabi is '%s' which is not 'GNU/Linux'.\n"
"Ex. the page resolving and memory de-referencing ONLY works on known pages.\n"
"This option is based ib gdb client compile arguments (by default) and will be corrected if you load an ELF which has the '.note.ABI-tag' section.\n"
"If you are debuging a program that runs on Linux ABI, please select the correct gdb client."
"This option is based on gdb client compile arguments (by default) and will be corrected if you load an ELF with a '.note.ABI-tag' section.\n"
"If you are debugging a program that runs on the Linux ABI, please select the correct gdb client."
% abi
)
print(msg)
Expand Down

0 comments on commit 8c601c4

Please sign in to comment.