server: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu Jun 2 16:01:32 CDT 2016


-------------- next part --------------
From 75d791b22511056998f0cd9be9ddac524475d68e Mon Sep 17 00:00:00 2001
Message-Id: <75d791b22511056998f0cd9be9ddac524475d68e.1464901226.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Fri, 3 Jun 2016 00:00:13 +0300
Subject: [PATCH] server: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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)
 {
-- 
2.5.5



More information about the wine-patches mailing list