spelling: explicitly

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:41:15 -05:00
parent 1f430457c1
commit f5e9b300f2
4 changed files with 6 additions and 6 deletions

View file

@ -66,7 +66,7 @@ def wrap_cprogram_task_class():
self.env.env = {}
self.env.env.update(os.environ)
for key in ['EMCC_DEBUG', 'EMCC_CORES', 'EM_CACHE']:
if self.env[key]: # If not explicitely set, empty list is returned
if self.env[key]: # If not explicitly set, empty list is returned
self.env.env[key] = str(self.env[key])
emx_cls.__init__ = init