From f722f3c5aab71f48c1001d2e1c3f1fdf77d4a1ae Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 26 Dec 2020 11:22:07 +0100 Subject: typos --- uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uri.c b/uri.c index 26e8132..2bf56eb 100644 --- a/uri.c +++ b/uri.c @@ -117,7 +117,7 @@ struct parser { || p == ';' \ || p == '=') -/* NOTE: the increment are one less what it should be, because the +/* NOTE: the increments are one less what they should be, because the * caller will add one byte after we return. */ static int valid_multibyte_utf8(struct parser *p) -- cgit v1.2.3