Fixed Spelling. (#1582)

This commit is contained in:
Jimmy Casey
2018-09-02 23:13:56 +01:00
committed by Otto van der Schaaf
parent 3bb65a9055
commit 1ca55ba5d7
+1 -1
View File
@@ -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();