aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Dictionary.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-01-30 14:28:37 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-01-30 19:09:54 +0100
commit0f9086e5094029854eff81cf6480a2284887e5fe (patch)
tree5acc4c8e9b321ebce6cf1146d3b6af0c2420a9d8 /libqpdf/qpdf/QPDF_Dictionary.hh
parent8eca9d8fd988d6834f3d59554277ff1d9f05d8c9 (diff)
downloadqpdf-0f9086e5094029854eff81cf6480a2284887e5fe.tar.zst
Fix doc typos
Diffstat (limited to 'libqpdf/qpdf/QPDF_Dictionary.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Dictionary.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDF_Dictionary.hh b/libqpdf/qpdf/QPDF_Dictionary.hh
index 4ea3ae7d..c4e236d3 100644
--- a/libqpdf/qpdf/QPDF_Dictionary.hh
+++ b/libqpdf/qpdf/QPDF_Dictionary.hh
@@ -31,7 +31,7 @@ class QPDF_Dictionary: public QPDFObject
void replaceKey(std::string const& key, QPDFObjectHandle);
// Remove key, doing nothing if key does not exist
void removeKey(std::string const& key);
- // If object is null, replace key; otherwise, remove key
+ // If object is null, remove key; otherwise, replace key
void replaceOrRemoveKey(std::string const& key, QPDFObjectHandle);
protected: