Fixed minor typo

turotial -> tutorial
This commit is contained in:
Andy Davies 2014-11-25 10:03:10 +00:00
parent e11834d1c9
commit 4cf7b3cebd
1 changed files with 1 additions and 1 deletions

View File

@ -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::