summaryrefslogtreecommitdiff
path: root/cups/http.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-02-21 15:54:51 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-02-21 15:54:51 -0500
commit66d471becba9c016109b4dbb71f969bdbcff35ab (patch)
treeff6c593eba0ac0995c57a3c4fa60ee5adf0b8484 /cups/http.c
parentfe1a4305450f8d2f563c247433ff8ad0d1e3e6e2 (diff)
downloadcups-66d471becba9c016109b4dbb71f969bdbcff35ab.tar.gz
Fix speling mistak.
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 4d0a2a78e..a9235b087 100644
--- a/cups/http.c
+++ b/cups/http.c
@@ -283,7 +283,7 @@ httpClearCookie(http_t *http) /* I - HTTP connection */
void
httpClearFields(http_t *http) /* I - HTTP connection */
{
- http_field_t field; /* Curent field */
+ http_field_t field; /* Current field */
DEBUG_printf(("httpClearFields(http=%p)", (void *)http));