Francois Gouget : conhost: Fix the spelling of a couple of comments.

Alexandre Julliard julliard at winehq.org
Mon Apr 18 16:08:46 CDT 2022


Module: wine
Branch: master
Commit: 7b63a5f44606cc4f6458c07175f6710513bfda9c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7b63a5f44606cc4f6458c07175f6710513bfda9c

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Apr 16 13:12:35 2022 +0200

conhost: Fix the spelling of a couple of comments.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 */




More information about the wine-cvs mailing list