aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-30 19:49:30 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-30 19:49:30 +0000
commit231c5f7fa9e7dfeed7db67dc314cfa345f172e49 (patch)
tree392dbafe31d24e07f219efa4af02346b9b9d1717 /engine
parent8f7fe99a01d59ace1db0e54e1dbd28749601cf53 (diff)
downloadelgg-231c5f7fa9e7dfeed7db67dc314cfa345f172e49.tar.gz
elgg-231c5f7fa9e7dfeed7db67dc314cfa345f172e49.tar.bz2
fixed spelling mistake in comment
git-svn-id: http://code.elgg.org/elgg/trunk@7134 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/plugins.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php
index e75a2993c..d6352cbc6 100644
--- a/engine/lib/plugins.php
+++ b/engine/lib/plugins.php
@@ -687,7 +687,7 @@ function enable_plugin($plugin, $site_guid = 0) {
// for this plugin's on_enable
if ($return && isset($plugin_info['on_enable'])) {
- // pull in the actual plugin's start so the on_enable function is callabe
+ // pull in the actual plugin's start so the on_enable function is callable
// NB: this will not run re-run the init hooks!
$start = "{$CONFIG->pluginspath}$plugin/start.php";
if (!file_exists($start) || !include($start)) {