summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-09 10:49:53 -0700
committerGitHub <noreply@github.com>2020-09-09 10:49:53 -0700
commit3242f7fac05e5a175610821b7233f62cac02afe2 (patch)
tree0b3e90231d936a0ca645bf553947f882a824bfc7
parent1cd71f5ca3e84f307bd01e6624819976436e32be (diff)
downloadmixlib-shellout-3242f7fac05e5a175610821b7233f62cac02afe2.tar.gz
Update lib/mixlib/shellout/windows/core_ext.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/mixlib/shellout/windows/core_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/windows/core_ext.rb b/lib/mixlib/shellout/windows/core_ext.rb
index 54bbce6..5e8e75e 100644
--- a/lib/mixlib/shellout/windows/core_ext.rb
+++ b/lib/mixlib/shellout/windows/core_ext.rb
@@ -47,7 +47,7 @@ module Process::Constants
WIN32_PROFILETYPE_PT_ROAMING_PREEXISTING = 0x08
# The environment block list ends with two nulls (\0\0).
- ENVIROMENT_BLOCK_ENDS = "\0\0".freeze
+ ENVIRONMENT_BLOCK_ENDS = "\0\0".freeze
end
# Structs required for data handling