From f9121c18673a58cb9b1820656f82e05b1ac4b7b8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 17 Jun 2020 15:23:44 -0400 Subject: many spelling fixes --- python/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/types.py') 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: -- cgit v1.3.1