Fix: typo for windows code comment

This commit is contained in:
Donghyun Kim
2022-05-10 20:53:18 +09:00
parent 64cabc1546
commit b9abb3f06c
@@ -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