From dab82ef96651e832fd2efd58d3cddfa5167334f8 Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Tue, 3 Oct 2023 14:52:29 +0200 Subject: [PATCH] Small typo fix in dompdf config file (#1004) --- config/dompdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dompdf.php b/config/dompdf.php index 8ad2022..c9a928f 100644 --- a/config/dompdf.php +++ b/config/dompdf.php @@ -62,7 +62,7 @@ * * The directory specified must be writeable by the webserver process. * The temporary directory is required to download remote images and when - * using the PFDLib back end. + * using the PDFLib back end. */ "temp_dir" => sys_get_temp_dir(),