From 60ae2c05301f20d79cff778c4415a0b07e644cad Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Mon, 23 Aug 2021 14:38:25 +0100 Subject: GhostPDF - fix a typo in a comment --- pdf/pdf_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf/pdf_check.c') 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.. */ -- cgit v1.2.1