kernel32/tests: A couple spelling fixes in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-01-06 20:36:15 +01:00 committed by Alexandre Julliard
parent 6413d96b6b
commit 8f35b20a11
1 changed files with 1 additions and 1 deletions

View File

@ -3192,7 +3192,7 @@ static void test_SuspendProcessState(void)
0, NULL);
ok(server_pipe_handle != INVALID_HANDLE_VALUE, "Failed to create communication pipe (%d)\n", GetLastError());
/* Setup the remote process enviornment */
/* Set up the remote process environment */
ctx.ContextFlags = CONTEXT_FULL;
ret = GetThreadContext(pi.hThread, &ctx);
ok(ret, "Failed retrieving remote thread context (%d)\n", GetLastError());