aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-12-26 11:22:07 +0100
committerOmar Polo <op@omarpolo.com>2020-12-26 11:22:07 +0100
commitf722f3c5aab71f48c1001d2e1c3f1fdf77d4a1ae (patch)
treec049615832ecae8de693723eacf56d0e2003d9ef
parent60ff035518ba8cda55394e290c75ba3f6bbb5a82 (diff)
typos
-rw-r--r--uri.c2
1 files changed, 1 insertions, 1 deletions
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)