summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2018-01-15 18:29:11 -0500
committerPeter LaFosse <peter@vector35.com>2018-03-23 17:10:06 -0400
commitb8fa482c429b0af57571f27874535f138bcbd6f8 (patch)
tree3a49adcaaacf64ae07f6dcf25cb8d88583260346 /python/types.py
parente2ea7073948c7b8c473d35b7eb0325f3a4684978 (diff)
Fix 'demangled' typo.
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/types.py b/python/types.py
index 0c47bae0..e6e6a58f 100644
--- a/python/types.py
+++ b/python/types.py
@@ -634,7 +634,7 @@ class Type(object):
return core.BNGenerateAutoDemangledTypeId(name)
@classmethod
- def get_auto_demanged_type_id_source(self):
+ def get_auto_demangled_type_id_source(self):
return core.BNGetAutoDemangledTypeIdSource()
def with_confidence(self, confidence):