From e456c6e18ce47279d429b38f0b348e1a5f2b2beb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Sep 2024 11:41:52 -0400 Subject: Fix spelling --- src/color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/color.c') diff --git a/src/color.c b/src/color.c index 7f653b0..1ee6662 100644 --- a/src/color.c +++ b/src/color.c @@ -31,7 +31,7 @@ struct esc_seq { /** The length of the escape sequence. */ size_t len; - /** The escape sequence iteself, without a terminating NUL. */ + /** The escape sequence itself, without a terminating NUL. */ char seq[]; }; -- cgit v1.2.3