From 183be9cac9f71f86f83e5c14f4251c5d873085b3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 23 Sep 2016 22:23:48 +0900 Subject: [PATCH] Fix typo --- doc/programmers-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/programmers-guide.rst b/doc/programmers-guide.rst index 3577a2ce..554c79bc 100644 --- a/doc/programmers-guide.rst +++ b/doc/programmers-guide.rst @@ -36,7 +36,7 @@ functions, and it also interacts with it via many API function calls. An application can create as many :type:`nghttp2_session` object as it wants. But single :type:`nghttp2_session` object must be used by a single thread at the same time. This is not so hard to enforce since -most event-based architecture applicatons use is single thread per +most event-based architecture applications use is single thread per core, and handling one connection I/O is done by single thread. To feed input to :type:`nghttp2_session` object, one can use