]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix speling mistak.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 21 Feb 2018 20:54:51 +0000 (15:54 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 21 Feb 2018 20:54:51 +0000 (15:54 -0500)
cups/http.c

index 4d0a2a78e1232ed833832cebd3d760b0253ac075..a9235b087008e5a560931e03b341320390ef7f50 100644 (file)
@@ -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));