[PATCH] conhost: Fix the spelling of a couple of comments.

Francois Gouget fgouget at free.fr
Sat Apr 16 06:12:35 CDT 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 programs/conhost/conhost.c | 2 +-
 programs/conhost/conhost.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/conhost/conhost.c b/programs/conhost/conhost.c
index 6ea64395e1a..792daeb520f 100644
--- a/programs/conhost/conhost.c
+++ b/programs/conhost/conhost.c
@@ -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;
diff --git a/programs/conhost/conhost.h b/programs/conhost/conhost.h
index 65cf5d39ebd..9f2a90cd510 100644
--- a/programs/conhost/conhost.h
+++ b/programs/conhost/conhost.h
@@ -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 */
-- 
2.30.2




More information about the wine-devel mailing list