From 445f68f3668daa527adad6f2bdd1311f2607ca71 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 22 Nov 2018 14:23:46 -0800 Subject: Typos (#21171) * accesible -> accessible * acheive -> achieve * actutl -> actual * appied -> applied * apropriate -> appropriate * aprox -> approx * aquired -> acquired * argumemts -> arguments * Argumens -> Arguments * argumetn -> argument --- .../tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pal') 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 */ -- cgit v1.2.3