From: cash Date: Sat, 30 Oct 2010 19:49:30 +0000 (+0000) Subject: fixed spelling mistake in comment X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=231c5f7fa9e7dfeed7db67dc314cfa345f172e49;p=lorea%2Felgg.git fixed spelling mistake in comment git-svn-id: http://code.elgg.org/elgg/trunk@7134 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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)) {