diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-31 21:18:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-31 21:18:08 +0000 |
commit | 7bdcba172030b6c4aedf3e00514af1a857a04593 (patch) | |
tree | 752dcfa0080db649804125648993a7fa3174e50a /modules/forum/forum.module | |
parent | be14203534c5f09d0c70c2bf59b81b80f2a90b32 (diff) | |
download | brdo-7bdcba172030b6c4aedf3e00514af1a857a04593.tar.gz brdo-7bdcba172030b6c4aedf3e00514af1a857a04593.tar.bz2 |
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 4 |
1 files changed, 2 insertions, 2 deletions
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')); |