conhost: Fix the spelling of a couple of comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2022-04-16 13:12:35 +02:00 committed by Alexandre Julliard
parent e254680ed1
commit 7b63a5f446
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ static void init_tty_output( struct console *console )
console->tty_cursor_visible = TRUE;
}
/* no longer use relative cursor positionning (legacy API have been used) */
/* no longer use relative cursor positioning (legacy API have been used) */
static void enter_absolute_mode( struct console *console )
{
console->use_relative_cursor = 0;

View File

@ -78,7 +78,7 @@ struct console
unsigned int mode; /* input mode */
struct screen_buffer *active; /* active screen buffer */
int is_unix; /* UNIX terminal mode */
int use_relative_cursor; /* use relative cursor positionning */
int use_relative_cursor; /* use relative cursor positioning */
int no_window; /* don't create console window */
INPUT_RECORD *records; /* input records */
unsigned int record_count; /* number of input records */