summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-04 10:46:14 +0100
committerAleksander Machniak <alec@alec.pl>2015-02-04 10:46:14 +0100
commit09d52dbb6716373ded6c116547cc5fcdc84f5487 (patch)
tree4ffc01503b473f78e2802a2b12412fa670384f15 /program/lib/Roundcube
parent20740a9650b24711b22d2597c1cff4d69d574b84 (diff)
Fix some typos in comments
Diffstat (limited to 'program/lib/Roundcube')
-rw-r--r--program/lib/Roundcube/rcube_plugin_api.php2
1 files changed, 1 insertions, 1 deletions
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);