From 11241d388443b4b71a24869fa46e257c4e319d8c Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 19 Mar 2001 10:56:12 +0000 Subject: [PATCH] Corrected for proper English spelling git-svn-id: file:///svn/phpbb/trunk@107 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');