aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/pdftrio.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-24 16:05:11 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-24 16:05:24 -0800
commitdfd13be5a7ac87b8b6c186986624f97da02b8923 (patch)
treec1242cf5ae9d0b9f48967008e8906c5fffc0bbc1 /python/sandcrawler/pdftrio.py
parenta6cfb01063da8a5172d38d2da190a25e7d070993 (diff)
downloadsandcrawler-dfd13be5a7ac87b8b6c186986624f97da02b8923.tar.gz
sandcrawler-dfd13be5a7ac87b8b6c186986624f97da02b8923.zip
codespell typos in python (comments)
Diffstat (limited to 'python/sandcrawler/pdftrio.py')
-rw-r--r--python/sandcrawler/pdftrio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/pdftrio.py b/python/sandcrawler/pdftrio.py
index 0ca83b1..1119211 100644
--- a/python/sandcrawler/pdftrio.py
+++ b/python/sandcrawler/pdftrio.py
@@ -48,7 +48,7 @@ class PdfTrioClient(object):
return {
"status": "error-connect",
"status_code": -2, # heritrix3 "HTTP connect" code
- "error_msg": "pdftrio request connection timout",
+ "error_msg": "pdftrio request connection timeout",
}
info: Dict[str, Any] = dict(status_code=pdftrio_response.status_code)