about summary refs log tree commit diff stats
path: root/miasm2/analysis/binary.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-04-13 17:10:57 +0200
committerAjax <commial@gmail.com>2015-04-13 17:10:57 +0200
commit7f30627d9bdea643bd297155cefc4b0c6a344b0a (patch)
tree6526b261ffe95c74d4f3bd5f32414646ff34de1a /miasm2/analysis/binary.py
parent60e6f365356010f1413c5f64130897bfa3bd9e25 (diff)
downloadmiasm-7f30627d9bdea643bd297155cefc4b0c6a344b0a.tar.gz
miasm-7f30627d9bdea643bd297155cefc4b0c6a344b0a.zip
Analysis: Typo
Diffstat (limited to 'miasm2/analysis/binary.py')
-rw-r--r--miasm2/analysis/binary.py2
1 files changed, 1 insertions, 1 deletions
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'"