* src/http.c (parse_strict_transport_security): Fix typo in string

Copyright-paperwork-exempt: Yes
This commit is contained in:
Aarni Koskela 2022-01-31 14:01:25 +02:00 committed by Darshit Shah
parent e6fa409a4d
commit 446afdca21

View File

@ -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;
}
}