Skip to content

Commit 15b7240

Browse files
TimWollakocsismate
andauthored
uri: Fix typo in comment in uri_parser_rfc3986.c
Co-authored-by: Máté Kocsis <[email protected]>
1 parent d6ab0c3 commit 15b7240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/uri/uri_parser_rfc3986.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ ZEND_ATTRIBUTE_NONNULL static void *php_uri_parser_rfc3986_clone(void *uri)
348348
php_uri_parser_rfc3986_uris *new_uriparser_uris = uriparser_create_uris();
349349
copy_uri(&new_uriparser_uris->uri, &uriparser_uris->uri);
350350
/* Do not copy the normalized URI: The expected action after cloning is
351-
* modifying the cloned URL (which will invalidate the cached normalized
351+
* modifying the cloned URI (which will invalidate the cached normalized
352352
* URI). */
353353

354354
return new_uriparser_uris;

0 commit comments

Comments
 (0)