summaryrefslogtreecommitdiff
path: root/cups/http.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-26 18:51:57 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-26 18:51:57 +0000
commitdd3fdd2c595564be3b3900316267188b988f6aa9 (patch)
treef76ea642fb89ca6fc6740367f98f59d0b950292b /cups/http.c
parentff455bc67fc7aafeee3cc56bc85efb66c1af4ec8 (diff)
downloadcups-dd3fdd2c595564be3b3900316267188b988f6aa9.tar.gz
Documentation updates (STR #4691, STR #4693)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12848 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http.c')
-rw-r--r--cups/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/http.c b/cups/http.c
index f82bb0b86..fe8b9aa86 100644
--- a/cups/http.c
+++ b/cups/http.c
@@ -898,7 +898,7 @@ httpGetContentEncoding(http_t *http) /* I - HTTP connection */
*/
const char * /* O - Cookie data or NULL */
-httpGetCookie(http_t *http) /* I - HTTP connecion */
+httpGetCookie(http_t *http) /* I - HTTP connection */
{
return (http ? http->cookie : NULL);
}