Skip to content

Commit e8a9683

Browse files
fix typo (#388)
Co-authored-by: William Woodruff <william@yossarian.net>
1 parent 02df424 commit e8a9683

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
@@ -490,7 +490,7 @@ def update_cached_response(
490490
#
491491
# The server isn't supposed to send headers that would make
492492
# the cached body invalid. But... just in case, we'll be sure
493-
# to strip out ones we know that might be problmatic due to
493+
# to strip out ones we know that might be problematic due to
494494
# typical assumptions.
495495
excluded_headers = ["content-length"]
496496

0 commit comments

Comments
 (0)