Skip to content

Commit

Permalink
Update library.py fix spelling
Browse files Browse the repository at this point in the history
Fix spelling of "spurious"
  • Loading branch information
FrightRisk authored and Bouni committed May 13, 2024
1 parent 3770b84 commit a9f3036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def download(self):
"Parts db is split into %s parts. Proceeding to download...", r.text
)
cnt = int(r.text)
self.logger.debug("Removing any spurios old zip part files...")
self.logger.debug("Removing any spurious old zip part files...")
for p in glob(str(Path(self.datadir) / (chunk_file_stub + "*"))):
self.logger.debug("Removing %s.", p)
os.unlink(p)
Expand Down

0 comments on commit a9f3036

Please sign in to comment.