Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 1ca55ba

Browse files
jimmycaseyoschaaf
authored andcommitted
Fixed Spelling. (#1582)
1 parent 3bb65a9 commit 1ca55ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_base_fetch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void NgxBaseFetch::Terminate() {
9191
NgxBaseFetch::active_base_fetches);
9292

9393
// Try to continue processing and get the active base fetch count to 0
94-
// untill the timeout expires.
94+
// until the timeout expires.
9595
// TODO(oschaaf): This needs more work.
9696
while (NgxBaseFetch::active_base_fetches > 0 && end_us > timer.NowUs()) {
9797
event_connection->Drain();

0 commit comments

Comments
 (0)