Fixed typo

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-16 22:29:22 +09:00
parent 18d42b411b
commit 06a8d684a6
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ typedef enum {
*/
NGHTTP2_ERR_INVALID_ARGUMENT = -501,
/**
* Ouf of buffer space.
* Out of buffer space.
*/
NGHTTP2_ERR_BUFFER_ERROR = -502,
/**