From 231c5f7fa9e7dfeed7db67dc314cfa345f172e49 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 30 Oct 2010 19:49:30 +0000 Subject: fixed spelling mistake in comment git-svn-id: http://code.elgg.org/elgg/trunk@7134 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib') 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)) { -- cgit v1.2.3