diff options
| author | Brian Potchik <brian@vector35.com> | 2018-01-15 18:29:11 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-01-15 18:29:11 -0500 |
| commit | 5c6b13a5576ccbf9c64ba51079d1a3625661cb50 (patch) | |
| tree | 1fba57c7225ad88624171b2f4e16eb33f716a445 /python/types.py | |
| parent | c351ac9c5c25b8d422648d97f96bebc263999cb6 (diff) | |
Fix 'demangled' typo.
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/types.py b/python/types.py index 49f1fdeb..27b4828f 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): |
