summaryrefslogtreecommitdiff
path: root/python/architecture.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/architecture.py
parent4eae3900e12e9acc30ed682a0f058abfb3758fa1 (diff)
many spelling fixes
Diffstat (limited to 'python/architecture.py')
-rw-r--r--python/architecture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/architecture.py b/python/architecture.py
index 096a33b0..bb1f17db 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1093,7 +1093,7 @@ class Architecture(with_metaclass(_ArchitectureMetaClass, object)):
ctypes.memmove(buf, data, len(data))
core.BNSetDataBufferContents(result, buf, len(data))
return True
- except ValueError as e: # Overriden `assemble` functions should raise a ValueError if the input was invalid (with a reasonable error message)
+ except ValueError as e: # Overridden `assemble` functions should raise a ValueError if the input was invalid (with a reasonable error message)
log.log_error(traceback.format_exc())
errors[0] = core.BNAllocString(str(e))
return False