mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
Fix: typo for windows code comment
This commit is contained in:
@@ -719,7 +719,7 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
|
||||
env = envar[:split_index]
|
||||
var = envar[split_index + 1:]
|
||||
|
||||
# Exlude parse problem with some types of env
|
||||
# Exclude parse problem with some types of env
|
||||
if env and var:
|
||||
yield env, var
|
||||
|
||||
|
||||
Reference in New Issue
Block a user