Skip to content

Commit 6970fe1

Browse files
committed
revert fixes
1 parent 01323af commit 6970fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/date/lib/timelib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
713713
void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info);
714714

715715
/**
716-
* Attaches the time zone information in 'tz' to 't'.
716+
* Attaches the time zone information in 'tz' to to 't'.
717717
*
718718
* It fetches the right UTC offset that is currently stored in the time
719719
* stamp field in 't' ('sse'), and assigns that to the 'z' field and 'dst'

ext/uri/uriparser/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 empty first path segment, a consecutive reparse would rightfully
730+
* and 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)