summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-10-06 16:39:47 -0400
committerPeter LaFosse <peter@vector35.com>2018-10-06 16:39:47 -0400
commite7f384eec3c473378d49e34d3ca9a3c0e76eb2db (patch)
tree60a0eb3b8abe0b1a318bcfbddeca95fe7643f61c
parentfd2ca70e3e2a687c58b65da4af50f0ab4a4a7b07 (diff)
Fix misspelled API
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
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