aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/Constants.h2
-rw-r--r--include/qpdf/QIntC.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h
index 8db53180..6f69a7a5 100644
--- a/include/qpdf/Constants.h
+++ b/include/qpdf/Constants.h
@@ -69,7 +69,7 @@ enum qpdf_stream_decode_level_e
qpdf_dl_none = 0, /* preserve all stream filters */
qpdf_dl_generalized, /* decode general-purpose filters */
qpdf_dl_specialized, /* also decode other non-lossy filters */
- qpdf_dl_all /* also decode loss filters */
+ qpdf_dl_all /* also decode lossy filters */
};
/* R3 Encryption Parameters */
diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh
index e3ea0a28..5df26406 100644
--- a/include/qpdf/QIntC.hh
+++ b/include/qpdf/QIntC.hh
@@ -206,7 +206,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion
}
template <typename T>
- unsigned long to_ulong(T const& i)
+ unsigned long to_ulong(T const& i)
{
return IntConverter<T, unsigned long >::convert(i);
}