about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/pe.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2014-12-24 13:25:04 +0100
committerCamille Mougey <commial@gmail.com>2014-12-24 13:25:04 +0100
commitade84f7b41e80ff6add29c6328b2ea38ad7a8c36 (patch)
treed4470937127539d2daf1047edfc57a401a6fa9f4 /miasm2/jitter/loader/pe.py
parente5d30c19c5598dd9bf1b84120a961a4c2e524d35 (diff)
downloadmiasm-ade84f7b41e80ff6add29c6328b2ea38ad7a8c36.tar.gz
miasm-ade84f7b41e80ff6add29c6328b2ea38ad7a8c36.zip
Loader/Pe: Fix a typography
Diffstat (limited to 'miasm2/jitter/loader/pe.py')
-rw-r--r--miasm2/jitter/loader/pe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/loader/pe.py b/miasm2/jitter/loader/pe.py
index 6f9f7e48..d3298c4d 100644
--- a/miasm2/jitter/loader/pe.py
+++ b/miasm2/jitter/loader/pe.py
@@ -206,7 +206,7 @@ def vm_load_pe_libs(libs_name, libs, lib_path_base="win_dll", **kargs):
     Return a dictionnary Filename -> PE instances
     Extra arguments are passed to vm_load_pe_lib
     """
-    return {fname: vm_load_pe_lib(fname, libs, lib_path_base, **kwargs)
+    return {fname: vm_load_pe_lib(fname, libs, lib_path_base, **kargs)
             for fname in libs_name}