From 1ca55ba5d7e574fa30d4e8643c187e9aba58bc2c Mon Sep 17 00:00:00 2001 From: Jimmy Casey Date: Sun, 2 Sep 2018 23:13:56 +0100 Subject: [PATCH] Fixed Spelling. (#1582) --- src/ngx_base_fetch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngx_base_fetch.cc b/src/ngx_base_fetch.cc index 9ec3173f1..f88056085 100644 --- a/src/ngx_base_fetch.cc +++ b/src/ngx_base_fetch.cc @@ -91,7 +91,7 @@ void NgxBaseFetch::Terminate() { NgxBaseFetch::active_base_fetches); // Try to continue processing and get the active base fetch count to 0 - // untill the timeout expires. + // until the timeout expires. // TODO(oschaaf): This needs more work. while (NgxBaseFetch::active_base_fetches > 0 && end_us > timer.NowUs()) { event_connection->Drain();