diff --git a/CHANGELIST.rst b/CHANGELIST.rst index 16faceb0..cb82de43 100644 --- a/CHANGELIST.rst +++ b/CHANGELIST.rst @@ -19,7 +19,7 @@ 1.7.2 ~~~~~ -- Ensure 1.1 revisit profile used with WARC/1.1 revists `#96 `_ +- Ensure 1.1 revisit profile used with WARC/1.1 revisits `#96 `_ - Include record offsets in ``warcio check`` output `#98 `_ diff --git a/test/test_bufferedreaders.py b/test/test_bufferedreaders.py index 327c76e8..dd49ac6a 100644 --- a/test/test_bufferedreaders.py +++ b/test/test_bufferedreaders.py @@ -61,7 +61,7 @@ >>> print_str(ChunkedDataReader(BytesIO(compress('ABCDEF')), decomp_type='gzip').read()) 'ABCDEF' -Non-chunked, compressed data, specifiy compression seperately +Non-chunked, compressed data, specify compression separately >>> c = ChunkedDataReader(BytesIO(compress('ABCDEF'))); c.set_decomp('gzip'); print_str(c.read()) 'ABCDEF' diff --git a/warcio/archiveiterator.py b/warcio/archiveiterator.py index 484b7f0f..31a69421 100644 --- a/warcio/archiveiterator.py +++ b/warcio/archiveiterator.py @@ -161,7 +161,7 @@ def _consume_blanklines(self): - For uncompressed, they are between records and so are NOT part of the record length - count empty_size so that it can be substracted from + count empty_size so that it can be subtracted from the record length for uncompressed if first line read is not blank, likely error in WARC/ARC, diff --git a/warcio/recordloader.py b/warcio/recordloader.py index 833775cb..475507ba 100644 --- a/warcio/recordloader.py +++ b/warcio/recordloader.py @@ -80,7 +80,7 @@ def parse_record_stream(self, stream, and a stream limited to the remainder of the record. Pass statusline and known_format to detect_type_loader_headers() - to faciliate parsing. + to facilitate parsing. """ (the_format, rec_headers) = (self. _detect_type_load_headers(stream,