commit f722f3c5aab71f48c1001d2e1c3f1fdf77d4a1ae from: Omar Polo date: Sat Dec 26 10:22:07 2020 UTC typos commit - 60ff035518ba8cda55394e290c75ba3f6bbb5a82 commit + f722f3c5aab71f48c1001d2e1c3f1fdf77d4a1ae blob - 26e81328b43a4307db1ac7abdf026ed136ac1775 blob + 2bf56eb67d1a37f8e17f79f4051139d0f25532f7 --- uri.c +++ 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)