summaryrefslogtreecommitdiff
path: root/src/pal/tests
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-10-04 18:56:04 -0700
committerJan Kotas <jkotas@microsoft.com>2018-10-04 18:56:04 -0700
commitaf0c1f287d31ca3a641151df60baa7371635f508 (patch)
treec6e55099e3e5de393fb1f208e0728a824f7dea0f /src/pal/tests
parentda6498e6c1013dd38d33e782bc777bd89aa0f0ee (diff)
downloadcoreclr-af0c1f287d31ca3a641151df60baa7371635f508.tar.gz
coreclr-af0c1f287d31ca3a641151df60baa7371635f508.tar.bz2
coreclr-af0c1f287d31ca3a641151df60baa7371635f508.zip
Typos (#20271)
* oportunistically -> opportunistically * oppportunity -> opportunity * Oppporunity -> Opportunity * optinal -> optional * optimisitic -> optimistic * optionaly -> optionally * origianl -> original * orignally -> originally * otheriwse -> otherwise * otherrwise -> otherwise
Diffstat (limited to 'src/pal/tests')
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp b/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp
index bd09283b74..7074d37029 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp
@@ -121,7 +121,7 @@ int __cdecl main(int argc, char* argv[])
Fail("");
}
- /* Get the priority of the origianl thread, and
+ /* Get the priority of the original thread, and
* compare it to what the duplicate was set to.*/
finalPriority = GetThreadPriority(hThread);
if (finalPriority != THREAD_PRIORITY_HIGHEST)