summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-23 15:23:35 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 16:38:05 +0100
commit1886673d7e7846be6936a660ae97158d1d1c6113 (patch)
treefae1e99aaebae352128490bd4d07e87b09cc5072 /include
parent1e4c1be267f579477457239ff2f8ef8e0be45248 (diff)
downloadqpdf-1886673d7e7846be6936a660ae97158d1d1c6113.tar.zst
Spell check
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFEFStreamObjectHelper.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFEFStreamObjectHelper.hh b/include/qpdf/QPDFEFStreamObjectHelper.hh
index fe960785..e7530b5d 100644
--- a/include/qpdf/QPDFEFStreamObjectHelper.hh
+++ b/include/qpdf/QPDFEFStreamObjectHelper.hh
@@ -41,7 +41,7 @@ class QPDFEFStreamObjectHelper: public QPDFObjectHelper
QPDF_DLL
virtual ~QPDFEFStreamObjectHelper() = default;
- // Date parameters are strings that comform to the PDF spec for
+ // Date parameters are strings that conform to the PDF spec for
// date/time strings, which is "D:yyyymmddhhmmss<z>" where <z> is
// either "Z" for UTC or "-hh'mm'" or "+hh'mm'" for timezone
// offset. Examples: "D:20210207161528-05'00'",