From e7f384eec3c473378d49e34d3ca9a3c0e76eb2db Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Sat, 6 Oct 2018 16:39:47 -0400 Subject: Fix misspelled API --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index 4239a9e8..7c85da17 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -511,7 +511,7 @@ class Segment(object): return core.BNSegmentGetDataEnd(self.handle) @property - def reloction_count(self): + def relocation_count(self): return core.BNSegmentGetRelocationsCount(self.handle) @property -- cgit v1.3.1