commit dd1dcc2f2c4f58a9db5810c5b41c632741bcf35e
parent 127e197996dc0af80624200023caa2768044ee08
Author: Rob King <jking@deadpixi.com>
Date: Thu, 25 Jul 2019 21:51:42 -0500
Typo fix.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vtparser.c b/vtparser.c
@@ -152,7 +152,7 @@ vtwrite(VTPARSER *vp, const char *s, size_t n)
/**** STATE DEFINITIONS
* This was built by consulting the excellent state chart created by
- * Paul Flow Williams: http://vt100.net/emu/dec_ansi_parser
+ * Paul Flo Williams: http://vt100.net/emu/dec_ansi_parser
* Please note that Williams does not (AFAIK) endorse this work.
*/
#define MAKESTATE(name, onentry, ...) \