From 3448b1c78cd5da313ab8a8bf1e47c47a7735fdf8 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 26 Jul 2021 14:44:15 +0200 Subject: [PATCH] Fix typo in programmers-guide.rst --- 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 44edcbfc..dcde6cbc 100644 --- a/doc/programmers-guide.rst +++ b/doc/programmers-guide.rst @@ -6,7 +6,7 @@ Architecture The most notable point in nghttp2 library architecture is it does not perform any I/O. nghttp2 only performs HTTP/2 protocol stuff based on -input byte strings. It will calls callback functions set by +input byte strings. It will call callback functions set by applications while processing input. The output of nghttp2 is just byte string. An application is responsible to send these output to the remote peer. The callback functions may be called while producing