diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 3470313e..b6e59d33 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -112,7 +112,7 @@ typedef enum { */ SPDYLAY_ERR_STREAM_ID_NOT_AVAILABLE = -509, /** - * The stream is already closed; or the stream ID is invalid. + * The stream is already closed; or the stream ID is invalid. */ SPDYLAY_ERR_STREAM_CLOSED = -510, /**