Fix typo
authorJakob Cornell <jakob+gpg@jcornell.net>
Mon, 4 Apr 2022 15:39:24 +0000 (10:39 -0500)
committerJakob Cornell <jakob+gpg@jcornell.net>
Mon, 4 Apr 2022 15:39:58 +0000 (10:39 -0500)
disk_jumble/src/disk_jumble/scrape.py

index 6130ed388d21531a8264dafe8dc57134bf81c320..19542bc36c0fa0bcdb5bfee45603e47a65c5b332 100644 (file)
@@ -134,7 +134,7 @@ if __name__ == "__main__":
                                print("[ERR] couldn't connect: {}".format(e), file = sys.stderr, flush = True)
                        else:
                                if isinstance(result, OkResult):
-                                       assert set(result.data[b"files"].keys()) <= set(batch), "unexpected torrent in respose"
+                                       assert set(result.data[b"files"].keys()) <= set(batch), "unexpected torrent in response"
                                        infos = [
                                                ScrapeInfo(
                                                        info_hash,