diff options
Diffstat (limited to 'modules/forum.module')
-rw-r--r-- | modules/forum.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum.module b/modules/forum.module index dae76244f..1d95115d3 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -56,7 +56,7 @@ function forum_perm() { } /** - * Admiinstration page which allows maintaining forums + * Administration page which allows maintaining forums */ function forum_admin() { $op = $_POST['op']; @@ -219,7 +219,7 @@ function _forum_parent_select($tid, $title, $name) { } /** - * Returns an overview list of existing forums and contianers + * Returns an overview list of existing forums and containers */ function forum_overview() { $header = array(t('Name'), t('Operations')); |