Skip to content

Commit 139cd4e

Browse files
committed
Fix typo
1 parent 0310f4a commit 139cd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachecontrol/filewrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _close(self):
8282
# and allows the garbage collector to do it's thing normally.
8383
self.__callback = None
8484

85-
# Closing the tempoary file releases memory and frees disk space.
85+
# Closing the temporary file releases memory and frees disk space.
8686
# Important when caching big files.
8787
self.__buf.close()
8888

0 commit comments

Comments
 (0)