From 2de6ae566e2f7351d548e330addd82cc5c4d670d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 16 Feb 2018 10:47:36 -0500 Subject: fix a typo --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.3.1