]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/tinfo_driver.c
ncurses 6.2 - patch 20210508
[ncurses.git] / ncurses / tinfo / tinfo_driver.c
index 1f2641ff506102e35053386f654cc8ca992f889c..c28d76415549dfa5ad65dd4c569cc1b440ec7856 100644 (file)
@@ -52,7 +52,7 @@
 # endif
 #endif
 
-MODULE_ID("$Id: tinfo_driver.c,v 1.70 2020/08/29 21:03:50 tom Exp $")
+MODULE_ID("$Id: tinfo_driver.c,v 1.71 2020/12/12 01:06:40 tom Exp $")
 
 /*
  * SCO defines TIOCGSIZE and the corresponding struct.  Other systems (SunOS,
@@ -1534,8 +1534,8 @@ _nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret)
        if ((i + 1) == SIZEOF(DriverTable)) {
            /* For Windows >= 10.0.17763 Windows Console interface implements 
               virtual Terminal functionality.
-              If on Windows td_CanHandle returned FALSE althoug the terminal name
-              is empty, we default to ms-terminal as tinfo TERM type.
+              If on Windows td_CanHandle returned FALSE although the terminal
+              name is empty, we default to ms-terminal as tinfo TERM type.
             */
            if (name == 0 || *name == 0 || (strcmp(name, "unknown") == 0)) {
                name = MS_TERMINAL;