From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/mediumlevelil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/mediumlevelil.py') diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index 2dae008a..6345038c 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -787,7 +787,7 @@ class MediumLevelILFunction(object): """ ``add_label_list`` returns a label list expression for the given list of MediumLevelILLabel objects. - :param list(MediumLevelILLabel) lables: the list of MediumLevelILLabel to get a label list expression from + :param list(MediumLevelILLabel) labels: the list of MediumLevelILLabel to get a label list expression from :return: the label list expression :rtype: MediumLevelILExpr """ @@ -973,7 +973,7 @@ class MediumLevelILBasicBlock(basicblock.BasicBlock): return self.il_function[self.end + idx] def _create_instance(self, view, handle): - """Internal method by super to instantiante child instances""" + """Internal method by super to instantiate child instances""" return MediumLevelILBasicBlock(view, handle, self.il_function) def __hash__(self): -- cgit v1.3.1