diff options
Diffstat (limited to 'src/pal/tests')
-rw-r--r-- | src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp | 2 |
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 */ |