From: Pietro Cerutti Date: Tue, 29 May 2018 08:13:11 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: neomutt-20180622~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af45147b3a3065ac239b2a465fc72e0baf5255d3;p=neomutt Fix typo in comment --- diff --git a/terminal.c b/terminal.c index d027bf21d..f592e2630 100644 --- a/terminal.c +++ b/terminal.c @@ -63,7 +63,7 @@ bool mutt_ts_capability(void) char *tcaps = tigetstr("tsl"); if (tcaps && tcaps != (char *) -1 && *tcaps) { - /* update the static definitiions of tsl/fsl from terminfo */ + /* update the static definitions of tsl/fsl from terminfo */ tsl = tcaps; tcaps = tigetstr("fsl");