diff options
author | Omar Polo <op@omarpolo.com> | 2020-12-26 11:22:07 +0100 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-12-26 11:22:07 +0100 |
commit | f722f3c5aab71f48c1001d2e1c3f1fdf77d4a1ae (patch) | |
tree | c049615832ecae8de693723eacf56d0e2003d9ef | |
parent | 60ff035518ba8cda55394e290c75ba3f6bbb5a82 (diff) |
typos
-rw-r--r-- | uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |