aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFAnnotationObjectHelper.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-28 23:29:47 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-03 23:05:49 +0100
commitb444ab33529b88d4ebaba913923f474c3de2c21b (patch)
tree36c743751145fcce76feb5e7564fd2bb6dbd607a /libqpdf/QPDFAnnotationObjectHelper.cc
parentfa2516df712aa59eb414933a912d30bb6fa1606e (diff)
downloadqpdf-b444ab33529b88d4ebaba913923f474c3de2c21b.tar.zst
Fix typos in coverage cases
Diffstat (limited to 'libqpdf/QPDFAnnotationObjectHelper.cc')
-rw-r--r--libqpdf/QPDFAnnotationObjectHelper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDFAnnotationObjectHelper.cc b/libqpdf/QPDFAnnotationObjectHelper.cc
index 4a1c6e34..c492c455 100644
--- a/libqpdf/QPDFAnnotationObjectHelper.cc
+++ b/libqpdf/QPDFAnnotationObjectHelper.cc
@@ -76,12 +76,12 @@ QPDFAnnotationObjectHelper::getAppearanceStream(
QPDFObjectHandle ap_sub_val = ap_sub.getKey(desired_state);
if (ap_sub_val.isStream())
{
- QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN sub stream");
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper AP sub stream");
return ap_sub_val;
}
}
}
- QTC::TC("qpdf", "QPDFAnnotationObjectHelper AN null");
+ QTC::TC("qpdf", "QPDFAnnotationObjectHelper AP null");
return QPDFObjectHandle::newNull();
}