mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 05:40:08 +08:00
* src/http.c (parse_strict_transport_security): Fix typo in string
Copyright-paperwork-exempt: Yes
This commit is contained in:
parent
e6fa409a4d
commit
446afdca21
@ -1343,7 +1343,7 @@ parse_strict_transport_security (const char *header, time_t *max_age, bool *incl
|
||||
else
|
||||
{
|
||||
/* something weird happened */
|
||||
logprintf (LOG_VERBOSE, "Could not parse String-Transport-Security header\n");
|
||||
logprintf (LOG_VERBOSE, "Could not parse Strict-Transport-Security header\n");
|
||||
success = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user