From: Michael R Sweet Date: Wed, 21 Feb 2018 20:54:51 +0000 (-0500) Subject: Fix speling mistak. X-Git-Tag: v2.3b4~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d471becba9c016109b4dbb71f969bdbcff35ab;p=thirdparty%2Fcups.git Fix speling mistak. --- diff --git a/cups/http.c b/cups/http.c index 4d0a2a78e1..a9235b0870 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));