diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-08-25 12:32:55 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-08-25 12:32:55 -0700 |
commit | 14654259f6a3664636e00b2732b161b36fa2c631 (patch) | |
tree | f8aaa6533deca93dd7384604004265f09ae85dc7 /omnibus | |
parent | 03c5d3822eff2ed5af8e47b58f969db3ad306eb8 (diff) | |
download | chef-14654259f6a3664636e00b2732b161b36fa2c631.tar.gz |
Fix spellcheck violations.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/omnibus-test.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.ps1 b/omnibus/omnibus-test.ps1 index 8ca48beb69..4384563296 100644 --- a/omnibus/omnibus-test.ps1 +++ b/omnibus/omnibus-test.ps1 @@ -101,7 +101,7 @@ $p = $env:PATH $env:PATH = $null $env:Path = $p -# Running the specs separately fixes an edgecase on 2012R2-i386 where the desktop heap's +# Running the specs separately fixes an edge case on 2012R2-i386 where the desktop heap's # allocated limit is hit and any test's attempt to create a new process is met with # exit code -1073741502 (STATUS_DLL_INIT_FAILED). after much research and troubleshooting, # desktop heap exhaustion seems likely (https://docs.microsoft.com/en-us/archive/blogs/ntdebugging/desktop-heap-overview) |