diff --git a/mglib/pdfinfo.py b/mglib/pdfinfo.py index 6e2f4a8..123f231 100644 --- a/mglib/pdfinfo.py +++ b/mglib/pdfinfo.py @@ -76,7 +76,7 @@ def get_pagecount(filepath): if ext and ext.lower() not in ('.pdf', '.tiff'): raise FileTypeNotSupported( - "Only jpeg, png, pdf and tiff are handlerd by this" + "Only jpeg, png, pdf and tiff are handled by this" " method" ) # pdfinfo "${PDFFILE}" | grep Pages