aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-03-19 10:56:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-03-19 10:56:12 +0000
commit11241d388443b4b71a24869fa46e257c4e319d8c (patch)
treee236147a4c3ec4abe75f6f55519e7a413db59458
parent9eff7725089a105db853f2aed81370a3abee8d69 (diff)
downloadforums-11241d388443b4b71a24869fa46e257c4e319d8c.tar
forums-11241d388443b4b71a24869fa46e257c4e319d8c.tar.gz
forums-11241d388443b4b71a24869fa46e257c4e319d8c.tar.bz2
forums-11241d388443b4b71a24869fa46e257c4e319d8c.tar.xz
forums-11241d388443b4b71a24869fa46e257c4e319d8c.zip
Corrected for proper English spelling
git-svn-id: file:///svn/phpbb/trunk@107 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 1d3feb4c3b..c4cddbf6c2 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -70,7 +70,7 @@ define(POST_FORUM_URL, 'f');
define(POST_USERS_URL, 'u');
define('BANLIST_TABLE', $table_prefix.'banlist');
-define('CATEGORIES_TABLE', $table_prefix.'catagories');
+define('CATEGORIES_TABLE', $table_prefix.'categories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUM_ACCESS_TABLE', $table_prefix.'forum_access');