Andrey Gusev : server: Fix a typo in comment.
Module: wine Branch: master Commit: 9035e58e6758ebde3fbd010f868acbc4b251b635 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9035e58e6758ebde3fbd010f86... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Fri Jun 3 00:00:13 2016 +0300 server: Fix a typo in comment. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- server/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/console.c b/server/console.c index 4d275f0..93f785a 100644 --- a/server/console.c +++ b/server/console.c @@ -486,7 +486,7 @@ int free_console( struct process *process ) /* let process inherit the console from parent... this handle two cases : * 1/ generic console inheritance * 2/ parent is a renderer which launches process, and process should attach to the console - * renderered by parent + * rendered by parent */ void inherit_console(struct thread *parent_thread, struct process *process, obj_handle_t hconin) {
participants (1)
-
Alexandre Julliard