summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
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 046a9d58..94e1f42d 100644
--- a/python/types.py
+++ b/python/types.py
@@ -412,7 +412,7 @@ class Type(object):
@property
def signed(self):
- """Wether type is signed (read-only)"""
+ """Whether type is signed (read-only)"""
if self._mutable:
result = core.BNIsTypeBuilderSigned(self._handle)
else: