Skip to content

Commit 12f8a4b

Browse files
committed
Fix up typo.
1 parent 9d5c1f5 commit 12f8a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachecontrol/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def cache_response(self, request, response, body=None, status_codes=None):
312312
# Add to the cache any 301s. We do this before looking that
313313
# the Date headers.
314314
elif response.status == 301:
315-
logger.debug("Caching permanant redirect")
315+
logger.debug("Caching permanent redirect")
316316
self.cache.set(cache_url, self.serializer.dumps(request, response))
317317

318318
# Add to the cache if the response headers demand it. If there

0 commit comments

Comments
 (0)