]> granicus.if.org Git - neomutt/commitdiff
Fix typo in comment
authorPietro Cerutti <gahr@gahr.ch>
Tue, 29 May 2018 08:13:11 +0000 (08:13 +0000)
committerPietro Cerutti <gahr@gahr.ch>
Tue, 29 May 2018 08:13:11 +0000 (08:13 +0000)
terminal.c

index d027bf21d47f5068a065846560c8ab595266adc6..f592e26308a9fcc99d2c502b773e07748e06bb52 100644 (file)
@@ -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");