File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ http {
145
145
}
146
146
```
147
147
148
- NOTE: recomending strong_dependency is configed off and the first time included file include all the servers.
148
+ NOTE: recommending strong_dependency is configed off and the first time included file include all the servers.
149
149
150
150
Description
151
151
======
Original file line number Diff line number Diff line change @@ -1798,7 +1798,7 @@ size_t http_parser_execute (http_parser *parser,
1798
1798
/* Here we call the headers_complete callback. This is somewhat
1799
1799
* different than other callbacks because if the user returns 1, we
1800
1800
* will interpret that as saying that this message has no body. This
1801
- * is needed for the annoying case of recieving a response to a HEAD
1801
+ * is needed for the annoying case of receiving a response to a HEAD
1802
1802
* request.
1803
1803
*
1804
1804
* We'd like to use CALLBACK_NOTIFY_NOADVANCE() here but we cannot, so
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ C<tz2zone()> parses the TZ environment variable and returns a timezone
23
23
string suitable for inclusion in L<date> -like output. It opionally takes
24
24
a timezone string, a time, and a is-dst flag.
25
25
26
- C<tz_local_offset() > determins the offset from GMT time in seconds. It
26
+ C<tz_local_offset() > determines the offset from GMT time in seconds. It
27
27
only does the calculation once.
28
28
29
29
C<tz_offset() > determines the offset from GMT in seconds of a specified
@@ -131,7 +131,7 @@ sub calc_off
131
131
} elsif ($l [7] == $g [7] - 1) {
132
132
$off -= 86400;
133
133
} elsif ($l [7] < $g [7]) {
134
- # crossed over a year boundry !
134
+ # crossed over a year boundary !
135
135
# localtime is beginning of year, gmt is end
136
136
# therefore local is ahead
137
137
$off += 86400;
You can’t perform that action at this time.
0 commit comments