Commit 8f35b20a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 6413d96b
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment