Commit e77883e9 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix typo

parent 0994c925
......@@ -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|.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment