From 09d52dbb6716373ded6c116547cc5fcdc84f5487 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 4 Feb 2015 10:46:14 +0100 Subject: Fix some typos in comments --- program/include/iniset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/iniset.php') diff --git a/program/include/iniset.php b/program/include/iniset.php index 11a29034c..21afca8e7 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -68,7 +68,7 @@ spl_autoload_register('rcmail_autoload'); // backward compatybility (to be removed) require_once INSTALL_PATH . 'program/include/bc.php'; -// load the UTF-8 portablity layer from Patchwor +// load the UTF-8 portablity layer from Patchwork if (!function_exists('iconv') || !function_exists('utf8_encode') || !extension_loaded('mbstring')) { \Patchwork\Utf8\Bootup::initAll(); } -- cgit v1.2.3