summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-06-17 15:23:44 -0400
committerJordan Wiens <jordan@psifertex.com>2020-06-17 15:23:44 -0400
commitf9121c18673a58cb9b1820656f82e05b1ac4b7b8 (patch)
tree2572b6f529cc308f98e4c983409a61dd5c92e71f /python/types.py
parent4eae3900e12e9acc30ed682a0f058abfb3758fa1 (diff)
many spelling fixes
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: