aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-03-22 10:59:41 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-03-22 10:59:41 +0100
commit099f8de62163f47e73129c8bed38f62bbf9e748f (patch)
treec4e4c6af22932a3373dc7bfe03d2ef5fb1a744db /phpBB/includes/functions_module.php
parent89f988ecdd550e13537c327a1a90e3d6a27a353d (diff)
parent92f771eb82b64bb35e0cd42534ddd0306a6aef68 (diff)
downloadforums-099f8de62163f47e73129c8bed38f62bbf9e748f.tar
forums-099f8de62163f47e73129c8bed38f62bbf9e748f.tar.gz
forums-099f8de62163f47e73129c8bed38f62bbf9e748f.tar.bz2
forums-099f8de62163f47e73129c8bed38f62bbf9e748f.tar.xz
forums-099f8de62163f47e73129c8bed38f62bbf9e748f.zip
Merge remote-tracking branch 'dhruvgoel92/ticket/10704' into develop
* dhruvgoel92/ticket/10704: [ticket/10704] minor typo in a comment
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 1c1bc42a11..ad76be9f2f 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -376,7 +376,7 @@ class p_master
$module_auth = implode(' ', $tokens);
- // Make sure $id seperation is working fine
+ // Make sure $id separation is working fine
$module_auth = str_replace(' , ', ',', $module_auth);
$is_auth = false;