From 8dabddcc9ffc743d65b00879d00ea83973e94daf Mon Sep 17 00:00:00 2001 From: William Bruneau Date: Mon, 29 Jan 2018 15:07:27 +0100 Subject: Fix: 'brakpoint' -> 'breakpoint' --- miasm2/jitter/jitload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2') diff --git a/miasm2/jitter/jitload.py b/miasm2/jitter/jitload.py index 4760c8dd..ff7ba215 100644 --- a/miasm2/jitter/jitload.py +++ b/miasm2/jitter/jitload.py @@ -448,7 +448,7 @@ class jitter: return ret def handle_function(self, f_addr): - """Add a brakpoint which will trigger the function handler""" + """Add a breakpoint which will trigger the function handler""" self.add_breakpoint(f_addr, self.handle_lib) def add_lib_handler(self, libs, user_globals=None): -- cgit 1.4.1