Skip to content

Commit 0cd22d0

Browse files
committed
Fix typo in comment
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 4d53218 commit 0cd22d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scancode/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self, directory, size_threshold, pickle_protocol):
8888
super(DiskWithNoHighPickleProtocol, self).__init__(directory, size_threshold, pickle_protocol)
8989
self._protocol = 0
9090

91-
# and finially cache instances
91+
# and finally cache instances
9292
from diskcache import Cache
9393
self.infos = Cache(self.cache_infos_dir, disk=DiskWithNoHighPickleProtocol)
9494
self.scans = Cache(self.cache_scans_dir, disk=DiskWithNoHighPickleProtocol)

0 commit comments

Comments
 (0)