summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-06-20 08:27:03 +0000
committerDries Buytaert <dries@buytaert.net>2004-06-20 08:27:03 +0000
commitefed4cfc709e5bf61b4a61dc757347fd4d592b16 (patch)
tree0ab6d90e3d037e513b483dc86d36d1cd470f0b06 /includes
parent1b46d7fcfe5480d1e7f5d6b291715208bc4f789e (diff)
downloadbrdo-efed4cfc709e5bf61b4a61dc757347fd4d592b16.tar.gz
brdo-efed4cfc709e5bf61b4a61dc757347fd4d592b16.tar.bz2
- Patch #8679 by asimmonds: fixed spelling mistakes.
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc2
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.