From 0e0cd16a68fb4b073b33ee48c31c6d6e34bfad90 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 9 May 2016 03:16:36 -0400 Subject: small typo --- python/examples/jump-table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.3.1