summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-02-16 10:47:36 -0500
committerPeter LaFosse <peter@vector35.com>2018-03-23 17:10:06 -0400
commita3b13baea1546bfb63ece95c227f01e2b556d6bb (patch)
tree82ef653bfa495546b11b28da5e8a8719ad14fcc6 /python
parenta2630d8dfc594638d1cf6e92b9ac5fc5a3e472da (diff)
fix a typo
Diffstat (limited to 'python')
-rw-r--r--python/lowlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index e64e20fd..d2f02c3d 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -968,7 +968,7 @@ class LowLevelILFunction(object):
def load(self, size, addr):
"""
- ``laod`` Reads ``size`` bytes from the expression ``addr``
+ ``load`` Reads ``size`` bytes from the expression ``addr``
:param int size: number of bytes to read
:param LowLevelILExpr addr: the expression to read memory from