From 2cf2f651236af81a2b5a94f591bb4072c4c702e9 Mon Sep 17 00:00:00 2001 From: lucasduffey Date: Mon, 5 Dec 2016 14:56:40 -0800 Subject: Update __init__.py --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index c5b7e5be..a64ec6b9 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -5479,7 +5479,7 @@ class FunctionGraphBlock(object): @property def basic_block(self): - """Basic block associated with this part of the funciton graph (read-only)""" + """Basic block associated with this part of the function graph (read-only)""" block = core.BNGetFunctionGraphBasicBlock(self.handle) func = core.BNGetBasicBlockFunction(block) if func is None: -- cgit v1.3.1