]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed spelling mistake in comment
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 30 Oct 2010 19:49:30 +0000 (19:49 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 30 Oct 2010 19:49:30 +0000 (19:49 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7134 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/plugins.php

index e75a2993cc9caa4bf04c8206c82008720de67c62..d6352cbc69aeb5461601a48365888cba7afe9714 100644 (file)
@@ -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)) {