From 03d2ffffaf8158fcb0ebd3c0d534b957d5599dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Tue, 3 Nov 2020 19:59:49 +0100 Subject: [PATCH] fix typo --- include/notcurses/direct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses/direct.h b/include/notcurses/direct.h index 81759653d..22643bafe 100644 --- a/include/notcurses/direct.h +++ b/include/notcurses/direct.h @@ -24,7 +24,7 @@ extern "C" { #define NCDIRECT_OPTION_INHIBIT_CBREAK 0x0002ull // Initialize a direct-mode Notcurses context on the connected terminal at 'fp'. -// 'fp' must be a tty. You'll usually want stdout. Direct mode supportes a +// 'fp' must be a tty. You'll usually want stdout. Direct mode supports a // limited subset of Notcurses routines which directly affect 'fp', and neither // supports nor requires notcurses_render(). This can be used to add color and // styling to text in the standard output paradigm. 'flags' is a bitmask over