[NFC] typo fixes
authoryashodha <yashodha@cividesk.com>
Tue, 23 May 2023 13:55:24 +0000 (19:25 +0530)
committeryashodha <yashodha@cividesk.com>
Tue, 23 May 2023 13:55:24 +0000 (19:25 +0530)
CRM/Admin/Form/Setting/Miscellaneous.php

index 51ddc220e670e467ce0d30d2ee16540e7e13618e..cf0753506856307d297522604fd1a450cbd5f943 100644 (file)
@@ -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)