From 409cf30d4b1ffc44bb61355bea3f36c9b3bb0b81 Mon Sep 17 00:00:00 2001 From: zackzack38 <54781428+zackzack38@users.noreply.github.com> Date: Fri, 20 Jun 2025 18:44:08 +0000 Subject: [PATCH] fix typo --- cachecontrol/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachecontrol/controller.py b/cachecontrol/controller.py index 4e251c8..c7dd8a1 100644 --- a/cachecontrol/controller.py +++ b/cachecontrol/controller.py @@ -490,7 +490,7 @@ def update_cached_response( # # The server isn't supposed to send headers that would make # the cached body invalid. But... just in case, we'll be sure - # to strip out ones we know that might be problmatic due to + # to strip out ones we know that might be problematic due to # typical assumptions. excluded_headers = ["content-length"]