From 7f30627d9bdea643bd297155cefc4b0c6a344b0a Mon Sep 17 00:00:00 2001 From: Ajax Date: Mon, 13 Apr 2015 17:10:57 +0200 Subject: Analysis: Typo --- miasm2/analysis/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis/binary.py') diff --git a/miasm2/analysis/binary.py b/miasm2/analysis/binary.py index 2c8171d0..ffdd7822 100644 --- a/miasm2/analysis/binary.py +++ b/miasm2/analysis/binary.py @@ -84,7 +84,7 @@ class Container(object): def parse(self, data, *args, **kwargs): "Launch parsing of @data" - raise NotImplentedError("Abstract method") + raise NotImplementedError("Abstract method") def __init__(self, *args, **kwargs): "Alias for 'parse'" -- cgit 1.4.1