From d967abdf1dab8b23fba39ce2aa35fe09cd5578f5 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 2 Oct 2011 11:09:00 -0700 Subject: Issue #1054848 by barraponto: Fixing common typos through codespell.py. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 6e9561346..65c548941 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -215,7 +215,7 @@ function forum_menu_local_tasks_alter(&$data, $router_item, $root_path) { * Implements hook_entity_info_alter(). */ function forum_entity_info_alter(&$info) { - // Take over URI constuction for taxonomy terms that are forums. + // Take over URI construction for taxonomy terms that are forums. if ($vid = variable_get('forum_nav_vocabulary', 0)) { // Within hook_entity_info(), we can't invoke entity_load() as that would // cause infinite recursion, so we call taxonomy_vocabulary_get_names() -- cgit v1.2.3