From e77883e980a35ba31e3f71192de8f8cb671262a8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 22 Mar 2017 22:53:46 +0900 Subject: [PATCH] nghttpx: Fix typo --- src/shrpx_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shrpx_connection.h b/src/shrpx_connection.h index 3578e364..35d60106 100644 --- a/src/shrpx_connection.h +++ b/src/shrpx_connection.h @@ -154,7 +154,7 @@ struct Connection { // used in this object at the moment. The rest of the program may // use this value when it is useful. shrpx_proto proto; - // The point of time when last read is observed. Note: sinde we use + // The point of time when last read is observed. Note: since we use // |rt| as idle timer, the activity is not limited to read. ev_tstamp last_read; // Timeout for read timer |rt|.