From dc1e79f409120934e19a25bede5f47f936eb4379 Mon Sep 17 00:00:00 2001 From: Jim Morrison Date: Tue, 6 Mar 2012 09:02:38 -0800 Subject: [PATCH] Fix a typo. --- lib/includes/spdylay/spdylay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 486e3bc..4f97cce 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -157,7 +157,7 @@ typedef struct { int32_t stream_id; int32_t assoc_stream_id; /* 0 (Highest) to SPDYLAY_SPDY2_PRI_LOWEST or - SPDYLAY_SPDY3_PRI_LOWEST (loweset), depending on the protocol + SPDYLAY_SPDY3_PRI_LOWEST (lowest), depending on the protocol version. */ uint8_t pri; /* Since SPDY/3 */