Skip to content

Commit 6457c33

Browse files
authored
Spelling mistake fix (#2104)
1 parent 87e37ee commit 6457c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnlib/rop/rop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
>>> hex(rop.eax.address)
2525
'0x10000004'
2626
27-
Other, more complicated gdagets also happen magically
27+
Other, more complicated gadgets also happen magically
2828
2929
>>> rop.ecx
3030
Gadget(0x10000006, ['pop ecx', 'pop ebx', 'ret'], ['ecx', 'ebx'], 0xc)

0 commit comments

Comments
 (0)