summaryrefslogtreecommitdiff
path: root/pdf/pdf_check.c
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2021-08-23 14:38:25 +0100
committerKen Sharp <ken.sharp@artifex.com>2021-08-23 17:00:43 +0100
commit60ae2c05301f20d79cff778c4415a0b07e644cad (patch)
treed615893c99769b6d1ae555d27d6f072918d2442c /pdf/pdf_check.c
parentbc02ce8422e7e5dc9e6817726b00a8177692c4ab (diff)
downloadghostpdl-60ae2c05301f20d79cff778c4415a0b07e644cad.tar.gz
GhostPDF - fix a typo in a comment
Diffstat (limited to 'pdf/pdf_check.c')
-rw-r--r--pdf/pdf_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_check.c b/pdf/pdf_check.c
index aeab96a37..13d974cb4 100644
--- a/pdf/pdf_check.c
+++ b/pdf/pdf_check.c
@@ -1137,7 +1137,7 @@ int pdfi_check_page(pdf_context *ctx, pdf_dict *page_dict, bool do_setup)
ctx->page.has_transparency = false;
/* Need to do this here so that pdfi_check_init_tracker will be setup
- * for spot colours, if the device i s spot colour capable.
+ * for spot colours, if the device is spot colour capable.
* It is also called in pdfi_page_render() and pdfi_process_pdf_file()
* TODO: Should probably look into that..
*/