X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ftermcap.c;h=47205063a521fed0a710ca721e37d007c3f498ae;hb=8ccf542c980645ba3c02074a8bc67cd4fc8e7a1f;hp=1b9fcb0fb01e6582df414e00e6387f62f926c9b9;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git.1 diff --git a/src/termcap.c b/src/termcap.c index 1b9fcb0..4720506 100644 --- a/src/termcap.c +++ b/src/termcap.c @@ -341,7 +341,7 @@ tgetent (bp, name) const char *term; int malloc_size = 0; int c; - char *tcenv; /* TERMCAP value, if it contais :tc=. */ + char *tcenv; /* TERMCAP value, if it contains :tc=. */ const char *indirect = 0; /* Terminal type in :tc= in TERMCAP value. */ tem = getenv ("TERMCAP");