From 06a8d684a6b443fc4f454d44b6842f67835a9331 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 16 Jan 2015 22:29:22 +0900 Subject: [PATCH] Fixed typo --- lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index ef4ed194..90ced0f2 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -201,7 +201,7 @@ typedef enum { */ NGHTTP2_ERR_INVALID_ARGUMENT = -501, /** - * Ouf of buffer space. + * Out of buffer space. */ NGHTTP2_ERR_BUFFER_ERROR = -502, /**