about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm2/os_dep/win_32_structs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/os_dep/win_32_structs.py b/miasm2/os_dep/win_32_structs.py
index e76eb0a9..ffe6afc4 100644
--- a/miasm2/os_dep/win_32_structs.py
+++ b/miasm2/os_dep/win_32_structs.py
@@ -200,7 +200,7 @@ class TEB(MemStruct):
 
 class ContextException(MemStruct):
     fields = [
-        ("ContectFlags", Num("<I")),
+        ("ContextFlags", Num("<I")),
         ("dr0", Num("<I")),
         ("dr1", Num("<I")),
         ("dr2", Num("<I")),