From 4cf7b3cebdc27af05b3730965b448ab6dc6dfc2a Mon Sep 17 00:00:00 2001 From: Andy Davies Date: Tue, 25 Nov 2014 10:03:10 +0000 Subject: [PATCH] Fixed minor typo turotial -> tutorial --- doc/sources/tutorial-client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/tutorial-client.rst b/doc/sources/tutorial-client.rst index 64485071..886f6df9 100644 --- a/doc/sources/tutorial-client.rst +++ b/doc/sources/tutorial-client.rst @@ -387,7 +387,7 @@ Each request header name/value pair is emitted via return 0; } -In this turotial, we just print the name/value pair. +In this tutorial, we just print the name/value pair. After all name/value pairs are emitted for a frame, ``on_frame_recv_callback`` function is called::