diff --git a/python/init.py b/python/init.py index 384010b..15eb53e 100644 --- a/python/init.py +++ b/python/init.py @@ -69,7 +69,7 @@ except ImportError as e: # ----------------------------------------------------------------------- class IDAPythonStdOut: """ - Dummy file-like class that receives stout and stderr + Dummy file-like class that receives stdout and stderr """ encoding = "UTF-8"