summaryrefslogtreecommitdiff
path: root/src/pal/tests
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-11-22 14:23:46 -0800
committerJan Kotas <jkotas@microsoft.com>2018-11-22 14:23:46 -0800
commit445f68f3668daa527adad6f2bdd1311f2607ca71 (patch)
tree205aa06d813636709aa6abaa9b0093a56a5a7e48 /src/pal/tests
parente54dffef08c22a94962aacd93d4793b377cac632 (diff)
downloadcoreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.tar.gz
coreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.tar.bz2
coreclr-445f68f3668daa527adad6f2bdd1311f2607ca71.zip
Typos (#21171)
* accesible -> accessible * acheive -> achieve * actutl -> actual * appied -> applied * apropriate -> appropriate * aprox -> approx * aquired -> acquired * argumemts -> arguments * Argumens -> Arguments * argumetn -> argument
Diffstat (limited to 'src/pal/tests')
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp
index 1bb05cdb12..e59ad84fcf 100644
--- a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp
+++ b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp
@@ -51,7 +51,7 @@ int __cdecl main(int argc, char *argv[])
{
Fail("The function should still return a success value even if it is "
"passed a LPWSTR which is not an environment block properly "
- "aquired from GetEnvironmentStrings\n");
+ "acquired from GetEnvironmentStrings\n");
}
/* Even passing this function NULL, should still return a success value */