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

Alexandre Julliard julliard at winehq.org
Mon Jan 8 16:08:07 CST 2018


Module: wine
Branch: master
Commit: 8f35b20a11f8b42b2eeff5ae0faacee2b39bb6cd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8f35b20a11f8b42b2eeff5ae0faacee2b39bb6cd

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan  6 20:36:15 2018 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c
index d0d623f..b5c8fc5 100644
--- a/dlls/kernel32/tests/process.c
+++ b/dlls/kernel32/tests/process.c
@@ -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());




More information about the wine-cvs mailing list