summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-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