From 09d52dbb6716373ded6c116547cc5fcdc84f5487 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 04 Feb 2015 04:46:14 -0500
Subject: [PATCH] Fix some typos in comments

---
 program/lib/Roundcube/rcube_plugin_api.php |    2 +-
 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 23732ef..6b0fe2f 100644
--- a/program/lib/Roundcube/rcube_plugin_api.php
+++ b/program/lib/Roundcube/rcube_plugin_api.php
@@ -397,7 +397,7 @@
             $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);

--
Gitblit v1.9.1