Fixed typo

This commit is contained in:
Tatsuhiro Tsujikawa 2012-02-13 01:41:35 +09:00
parent 81307745c4
commit 7abf48f061
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ void* spdylay_session_get_stream_user_data(spdylay_session *session,
*
* "method": HTTP method (e.g., "GET" or "POST")
* "scheme": URI scheme (e.g., "https")
* "url": Abosolute path of this request (e.g., "/foo")
* "url": Absolute path of this request (e.g., "/foo")
* "version": HTTP version (e.g., "HTTP/1.1")
*
* "host" name/value pair is also required by some hosts.