spelling: freshness

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-18 20:26:12 -05:00
parent 581eb2d1b4
commit e6ebadcd54
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class RFC2616Policy:
if response.status in (300, 301, 308):
return self.MAXAGE
# Insufficient information to compute fresshness lifetime
# Insufficient information to compute freshness lifetime
return 0
def _compute_current_age(self, response, request, now):