aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_extensions.php
diff options
context:
space:
mode:
authorMichael C. <m@michaelcullum.com>2012-09-01 17:32:59 +0200
committerMichael C. <m@michaelcullum.com>2012-09-01 17:32:59 +0200
commit0c35ee2769d3945f25275d5ee7a130b7596d289f (patch)
tree011be92849e4c8fcf1663226d423bbb4b1f72414 /phpBB/includes/acp/acp_extensions.php
parenta9b4f2a190777612762966476ac5af9ac2a78fd0 (diff)
downloadforums-0c35ee2769d3945f25275d5ee7a130b7596d289f.tar
forums-0c35ee2769d3945f25275d5ee7a130b7596d289f.tar.gz
forums-0c35ee2769d3945f25275d5ee7a130b7596d289f.tar.bz2
forums-0c35ee2769d3945f25275d5ee7a130b7596d289f.tar.xz
forums-0c35ee2769d3945f25275d5ee7a130b7596d289f.zip
[ticket/10631] Fix a spelling typo
PHPBB3-10631
Diffstat (limited to 'phpBB/includes/acp/acp_extensions.php')
-rw-r--r--phpBB/includes/acp/acp_extensions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php
index 5a537aaa42..a0bcf62ecc 100644
--- a/phpBB/includes/acp/acp_extensions.php
+++ b/phpBB/includes/acp/acp_extensions.php
@@ -51,7 +51,7 @@ class acp_extensions
$ext_name = '';
}
- // If they've specificed an extension, let's load the metadata manager and validate it.
+ // If they've specified an extension, let's load the metadata manager and validate it.
if ($ext_name)
{
$md_manager = new phpbb_extension_metadata_manager($ext_name, $db, $phpbb_extension_manager, $phpbb_root_path, ".$phpEx", $template, $config);