From 7bdcba172030b6c4aedf3e00514af1a857a04593 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Mar 2005 21:18:08 +0000 Subject: - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments --- modules/forum/forum.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index dae76244f..1d95115d3 100644 --- a/modules/forum/forum.module +++ b/modules/forum/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')); -- cgit v1.2.3