From b2c3b641db47d9ccd04c309d68a82e0be20c2e1a Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Thu, 27 Aug 2020 02:48:26 +0200 Subject: [PATCH] fix typo: complient -> compliant --- src/img2pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/img2pdf.py b/src/img2pdf.py index 78d7639..384117f 100755 --- a/src/img2pdf.py +++ b/src/img2pdf.py @@ -3310,7 +3310,7 @@ RGB.""", nargs="?", const="/usr/share/color/icc/sRGB.icc", default=None, - help="Output a PDF/A-1b complient document. By default, this will " + help="Output a PDF/A-1b compliant document. By default, this will " "embed /usr/share/color/icc/sRGB.icc as the color profile.", )