From c07f780e5272687d7129eaf8e19b8c45cc7efcd5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 8 Feb 2012 04:02:26 +0900 Subject: [PATCH] Fixed typo --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ea865d5e..61479cbe 100644 --- a/README.rst +++ b/README.rst @@ -99,5 +99,5 @@ serves static contents. It only speaks ``spdy/2``:: (last_good_stream_id=0) [id=1] [ 1.634] closed -Currently, ``spdyd`` depends on ``epoll`` facility which is only -exists on Linux. I'll add ``kqueue`` support. +Currently, ``spdyd`` depends on ``epoll`` facility which only exists +in Linux. I'll add ``kqueue`` support.