Skip to content

Commit 6857eda

Browse files
src/UriCommon.c: Fix duplicate word in comment
Originally reported in php/php-src#20800. Co-authored-by: lamentxu <1372449351@qq.com>
1 parent 04d8b8d commit 6857eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UriCommon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ UriBool URI_FUNC(FixPathNoScheme)(URI_TYPE(Uri) * uri, UriMemoryManager * memory
727727
}
728728

729729
/* When dropping a host from a URI without a scheme, an absolute path
730-
* and and empty first path segment, a consecutive reparse would rightfully
730+
* and empty first path segment, a consecutive reparse would rightfully
731731
* mis-classify the first path segment as a host marker due to the "//".
732732
* To protect against this case, we prepend an artificial "." segment
733733
* to the path in here; the function is called after the host has

0 commit comments

Comments
 (0)