WT-2950 fix typos

This commit is contained in:
Gretchen Miller 2024-09-23 16:38:35 -07:00
parent 6fdc2b9a57
commit 12db06ae8c
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ class BrozzlerWorker:
def _is_pdf(self, page_headers) -> bool:
"""
Determinse if the page's Content-Type header specifies that it is a PDF.
Determines if the page's Content-Type header specifies that it is a PDF.
"""
return (
"content-type" in page_headers

View File

@ -117,7 +117,7 @@ seeds starving out other jobs.
Limits capture to PDFs based on MIME type. This value will only impact
processing of outlinks within Brozzler. Fully limiting a crawl to only PDFs
requires an additional entry in the Warcprox-Meta header ``mime-type-filters``
key to fully block videos by MIME type.
key.
``seeds``
~~~~~~~~~