]> code.delx.au - gnu-emacs/blobdiff - src/term.c
Merge from trunk.
[gnu-emacs] / src / term.c
index fb3166a6e50dda11d59cf0e2594d5964c0c7ffbf..036f5797e48e19a1226f9424cd2deddee3b26c22 100644 (file)
@@ -3234,7 +3234,7 @@ use the Bourne shell command `TERM=... export TERM' (C-shell:\n\
   MultiLeft (tty) = tgetstr ("LE", address);
   MultiRight (tty) = tgetstr ("RI", address);
 
-  /* SVr4/ANSI color suppert.  If "op" isn't available, don't support
+  /* SVr4/ANSI color support.  If "op" isn't available, don't support
      color because we can't switch back to the default foreground and
      background.  */
   tty->TS_orig_pair = tgetstr ("op", address);