Fixed typo
This commit is contained in:
parent
18d42b411b
commit
06a8d684a6
|
@ -201,7 +201,7 @@ typedef enum {
|
|||
*/
|
||||
NGHTTP2_ERR_INVALID_ARGUMENT = -501,
|
||||
/**
|
||||
* Ouf of buffer space.
|
||||
* Out of buffer space.
|
||||
*/
|
||||
NGHTTP2_ERR_BUFFER_ERROR = -502,
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue