From c947139527904812647782f0f3323ff81e03e91b Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 23 May 2023 19:25:24 +0530 Subject: [PATCH] [NFC] typo fixes --- CRM/Admin/Form/Setting/Miscellaneous.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Admin/Form/Setting/Miscellaneous.php b/CRM/Admin/Form/Setting/Miscellaneous.php index 51ddc220e6..cf07535068 100644 --- a/CRM/Admin/Form/Setting/Miscellaneous.php +++ b/CRM/Admin/Form/Setting/Miscellaneous.php @@ -115,7 +115,7 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting { } if (!empty($fields['wkhtmltopdfPath'])) { - // check and ensure that thi leads to the wkhtmltopdf binary + // check and ensure that this path leads to the wkhtmltopdf binary // and it is a valid executable binary // Only check the first space separated piece to allow for a value // such as /usr/bin/xvfb-run -- wkhtmltopdf (CRM-13292) -- 2.25.1