diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-02-04 10:46:14 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-02-04 10:46:14 +0100 |
commit | 09d52dbb6716373ded6c116547cc5fcdc84f5487 (patch) | |
tree | 4ffc01503b473f78e2802a2b12412fa670384f15 | |
parent | 20740a9650b24711b22d2597c1cff4d69d574b84 (diff) |
Fix some typos in comments
-rw-r--r-- | program/include/iniset.php | 2 | ||||
-rw-r--r-- | program/lib/Roundcube/rcube_plugin_api.php | 2 |
2 files changed, 2 insertions, 2 deletions
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(); } diff --git a/program/lib/Roundcube/rcube_plugin_api.php b/program/lib/Roundcube/rcube_plugin_api.php index 23732efa3..6b0fe2f08 100644 --- a/program/lib/Roundcube/rcube_plugin_api.php +++ b/program/lib/Roundcube/rcube_plugin_api.php @@ -397,7 +397,7 @@ class rcube_plugin_api $args = array('arg' => $args); } - // TODO: avoid recusion by checking in_array($hook, $this->exec_stack) ? + // TODO: avoid recursion by checking in_array($hook, $this->exec_stack) ? $args += array('abort' => false); array_push($this->exec_stack, $hook); |