From b444ab33529b88d4ebaba913923f474c3de2c21b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 28 Feb 2021 17:29:47 -0500 Subject: Fix typos in coverage cases --- libqpdf/QPDFAnnotationObjectHelper.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libqpdf') 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(); } -- cgit v1.2.3-70-g09d2