From c872c60b67dd0e62da7dc6f25fc2a6fc38734b7b Mon Sep 17 00:00:00 2001 From: "stefan.r" Date: Tue, 28 Jun 2016 18:15:21 +0200 Subject: [PATCH] Issue #2660240 by Kgaut: Typo in menu.inc --- includes/menu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/menu.inc b/includes/menu.inc index 1fe5a64700f..05ecac060db 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) {