diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/menu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index c97ab1e5a..2edfb0491 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -179,7 +179,7 @@ function menu_set_location($location) { * Execute the handler associated with the active menu item. * * This is called early in the page request. The active menu item is at - * this point determined excusively by the URL. The handler that is called + * this point determined exclusively by the URL. The handler that is called * here may, as a side effect, change the active menu item so that later * menu functions (that display the menus and breadcrumbs, for example) * act as if the user were in a different location on the site. |