summaryrefslogtreecommitdiff
path: root/libsoup/soup-headers.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2006-06-12 19:19:19 +0000
committerDan Winship <danw@src.gnome.org>2006-06-12 19:19:19 +0000
commit098e15d8f81a7017c1e9fb48522e04ce992ffaef (patch)
tree5eaa1c906f168ad2bf57982656903f4eef06a723 /libsoup/soup-headers.c
parent38b98bec2b38f3b2fed9d928f3157a6df307e041 (diff)
downloadlibsoup-098e15d8f81a7017c1e9fb48522e04ce992ffaef.tar.gz
New client and server API tutorials.
* docs/reference/client-howto.xml: * docs/reference/server-howto.xml: New client and server API tutorials. * docs/reference/*: reorganize, regenerate, fill in some missing pieces, etc * libsoup/soup-connection.c (soup_connection_new): document the varargs param * libsoup/soup-date.h: sync prototypes to declarations for gtk-doc. * libsoup/soup-headers.c (soup_headers_parse_response): fix typo in doc.
Diffstat (limited to 'libsoup/soup-headers.c')
-rw-r--r--libsoup/soup-headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-headers.c b/libsoup/soup-headers.c
index 8aad0d7d..96d5ad50 100644
--- a/libsoup/soup-headers.c
+++ b/libsoup/soup-headers.c
@@ -195,7 +195,7 @@ soup_headers_parse_status_line (const char *status_line,
* @dest: #GHashTable to store the header values in
* @ver: on return, will contain the HTTP version
* @status_code: on return, will contain the HTTP status code
- * @status_pharse: on return, will contain the status phrase
+ * @status_phrase: on return, will contain the status phrase
*
* Parses the headers of an HTTP response in @str and stores the
* results in @ver, @status_code, @status_phrase, and @dest.