From 0d10fdad794abe3d4f3fbbaee5a3c364ed65685d Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 23 Nov 2019 21:34:35 -0500 Subject: [PATCH] spelling ugh --- include/notcurses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notcurses.h b/include/notcurses.h index d1631ed75..3016176d0 100644 --- a/include/notcurses.h +++ b/include/notcurses.h @@ -25,7 +25,7 @@ struct notcurses; // notcurses state for a given terminal, composed of ncplanes // contents include: // // * A NUL terminator, -// * A single control character, followed by a NUL terminaotr, +// * A single control character, followed by a NUL terminator, // * At most one spacing character, followed by zero or more nonspacing // characters, followed by a NUL terminator. //