From c239a9fda46d8a37f20e8225f893a799129f8b58 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Wed, 7 Mar 2018 14:40:09 +0000 Subject: [PATCH] jp2_extractor.py: fix a tyop --- loris/jp2_extractor.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/loris/jp2_extractor.py b/loris/jp2_extractor.py index c8bc65ce..a8429df9 100644 --- a/loris/jp2_extractor.py +++ b/loris/jp2_extractor.py @@ -383,9 +383,8 @@ def extract_jp2(self, jp2): # This is all the information we need from the JP2 Header box. - # Now we want to get tile and size data from the - # Continuguous Codestream box, which contains the complete JPEG 2000 - # codestream (see § I.5.4). + # Now we want to get tile and size data from the Contiguous Codestream + # box, which contains the complete JPEG 2000 codestream (see § I.5.4). # # Specifically, we're interested in the Image and Tile Size (SIZ), # which includes the width and height of the reference grid and tiles.