From 08d53318cdc630d6a3f9e69af66f23fce39b70b8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 6 Apr 2012 02:34:45 +0900 Subject: [PATCH] Updated doc --- 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 01d75d8..e03f55e 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -1183,7 +1183,7 @@ void spdylay_session_del(spdylay_session *session); /** * @function * - * Sets the origin tuple (|scheme|, |host| and |port) that the + * Sets the origin tuple (|scheme|, |host| and |port|) that the * connection is made to and the client certificate is sent in the * first TLS handshake. This function must be called before any call * of `spdylay_session_send()` and `spdylay_session_recv()` and be