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/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/lowlevelil.py') diff --git a/python/lowlevelil.py b/python/lowlevelil.py index ff68d912..59521a67 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -1923,7 +1923,7 @@ class LowLevelILFunction(object): def arith_shift_right(self, size, a, b, flags=None): """ - ``arith_shift_right`` shifts arithmatic right expression ``a`` by expression ``b`` potentially setting flags + ``arith_shift_right`` shifts arithmetic right expression ``a`` by expression ``b`` potentially setting flags ``flags`` and returning an expression of ``size`` bytes. :param int size: the size of the result in bytes -- cgit v1.3.1