From 31db2f3e04724068d83a9dbdbef6cad88af527e6 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 18 May 2020 23:29:33 -0400 Subject: [PATCH] Small typo --- uncompyle6/scanners/scanner3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncompyle6/scanners/scanner3.py b/uncompyle6/scanners/scanner3.py index 394fd5c2..7d52efe7 100644 --- a/uncompyle6/scanners/scanner3.py +++ b/uncompyle6/scanners/scanner3.py @@ -888,7 +888,7 @@ class Scanner3(Scanner): start, self.next_stmt[offset], self.opc.POP_JUMP_IF_FALSE, target ) - # FIXME: Remoeve this whole "if" block + # FIXME: Remove this whole "if" block # If we still have any offsets in set, start working on it if match: is_jump_forward = self.is_jump_forward(pre_rtarget)