summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index a89c0e92a..eff3f9a54 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -540,7 +540,7 @@ function menu_get_active_breadcrumb() {
// We do *not* want to use "variable_get('site_frontpage', 'node)" here
// as that will create the link '/node'. This is unsightly and creates
- // a second URL for the hompeage ('/' *and* '/node').
+ // a second URL for the homepage ('/' *and* '/node').
$links[] = l(t('Home'), '');
$trail = _menu_get_active_trail();