diff --git a/server/console.c b/server/console.c index 4d275f08e2a..93f785a6abc 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) {