summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2022-12-21 14:09:03 +0000
committerKen Sharp <ken.sharp@artifex.com>2022-12-21 14:19:56 +0000
commit21239144da9bb15d0904775b958c03c8f78a387c (patch)
treeeee62bf4545fe07ab9d407b5ffe8c7517e3a3e6e
parent8b985f567ae885d745bab47cdb60c3966e9e421b (diff)
downloadghostpdl-21239144da9bb15d0904775b958c03c8f78a387c.tar.gz
GhostPDF - reword some more errors
Make it clearer that 'repair' means 'rebuilt the xref'
-rw-r--r--pdf/pdf_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/pdf_errors.h b/pdf/pdf_errors.h
index 3316fd6fc..ff85e8ff0 100644
--- a/pdf/pdf_errors.h
+++ b/pdf/pdf_errors.h
@@ -38,8 +38,8 @@ PARAM(E_PDF_KEYWORDTOOLONG, "potential token is too long"),
PARAM(E_PDF_BADPAGETYPE, "Page object does not have /Page type"),
PARAM(E_PDF_CIRCULARREF, "circular reference to indirect object"),
PARAM(E_PDF_CIRCULARNAME, "Definition of a name is a reference to itself"),
-PARAM(E_PDF_UNREPAIRABLE, "Can't repair PDF file, repair already performed"),
-PARAM(E_PDF_REPAIRED, "PDF file was repaired"),
+PARAM(E_PDF_UNREPAIRABLE, "Can't repair xref, repair already performed"),
+PARAM(E_PDF_REPAIRED, "xref table was repaired"),
PARAM(E_PDF_BADSTREAM, "error reading a stream"),
PARAM(E_PDF_MISSINGOBJ, "obj token missing"),
PARAM(E_PDF_BADPAGEDICT, "error in Page dictionary"),