summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-08-25 12:32:55 -0700
committerPete Higgins <pete@peterhiggins.org>2020-08-25 12:32:55 -0700
commit14654259f6a3664636e00b2732b161b36fa2c631 (patch)
treef8aaa6533deca93dd7384604004265f09ae85dc7
parent03c5d3822eff2ed5af8e47b58f969db3ad306eb8 (diff)
downloadchef-14654259f6a3664636e00b2732b161b36fa2c631.tar.gz
Fix spellcheck violations.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--cspell.json1
-rw-r--r--omnibus/omnibus-test.ps12
2 files changed, 2 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json
index 96ee3a0d21..dd9fe6717f 100644
--- a/cspell.json
+++ b/cspell.json
@@ -1813,6 +1813,7 @@
"VIOKBD",
"Virender",
"virt",
+ "Vivek",
"vkhatri",
"VMBUS",
"voidcmd",
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)