diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-21 18:59:02 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-21 18:59:02 +0000 |
commit | b94f2716cfc4d1e91304a5fbf7783486932fa8c1 (patch) | |
tree | eec1247c3005598869732c7db68c0db316c66035 /includes/menu.inc | |
parent | 7c31bcdeac94c254130845c3959753b68c36ea1e (diff) | |
download | brdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.gz brdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.bz2 |
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
Diffstat (limited to 'includes/menu.inc')
-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 63282ca7f..74694c8e0 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -560,7 +560,7 @@ function _menu_link_translate(&$item) { // menu_tree_check_access() may set this ahead of time for links to nodes. if (!isset($item['access'])) { if (!_menu_load_objects($item, $map)) { - // An error occured loading an object. + // An error occurred loading an object. $item['access'] = FALSE; return FALSE; } |