summaryrefslogtreecommitdiff
path: root/python/examples
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2016-05-09 03:16:36 -0400
committerJordan <jordan@psifertex.com>2016-05-09 03:16:36 -0400
commit0e0cd16a68fb4b073b33ee48c31c6d6e34bfad90 (patch)
tree3d9d133166159a1875ba6271a8e5769a474eca1a /python/examples
parent3cee9cbdc6662c2989fe158a3ae03510929f3f6a (diff)
small typo
Diffstat (limited to 'python/examples')
-rw-r--r--python/examples/jump-table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/jump-table.py b/python/examples/jump-table.py
index f057f52c..39fed1a5 100644
--- a/python/examples/jump-table.py
+++ b/python/examples/jump-table.py
@@ -1,4 +1,4 @@
-# This plugin will attempt to resolve simple jump tables (an array of code pointers) and add the desintations
+# This plugin will attempt to resolve simple jump tables (an array of code pointers) and add the destinations
# as indirect branch targets so that the flow graph reflects the jump table's control flow.
from binaryninja import *
import struct