diff --git a/includes/menu.inc b/includes/menu.inc index 1fe5a64700fb..05ecac060db4 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -2419,7 +2419,7 @@ function menu_set_active_trail($new_trail = NULL) { // argument placeholders (%). Such links are not contained in regular // menu trees, and have only been loaded for the additional // translation that happens here, so as to be able to display them in - // the breadcumb for the current page. + // the breadcrumb for the current page. // @see _menu_tree_check_access() // @see _menu_link_translate() if (strpos($link['href'], '%') !== FALSE) {