updated misspelled word

This commit is contained in:
Drazzilb 2021-12-17 18:55:18 -08:00 committed by GitHub
parent 76d5269eee
commit fb5240e225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -599,7 +599,7 @@ class Qbt:
for parent_path in orphaned_parent_path:
util.remove_empty_directories(parent_path,"**/*")
else:
print_line(f"No Orphaned Filed found.",loglevel)
print_line(f"No Orphaned Files found.",loglevel)
return orphaned
@ -633,4 +633,4 @@ class Qbt:
#Remove any empty directories
util.remove_empty_directories(torrent.save_path.replace(self.config.root_dir,self.config.remote_dir),"**/*")
else:
torrent.delete(hash=torrent.hash, delete_files=True)
torrent.delete(hash=torrent.hash, delete_files=True)