diff options
author | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-11 11:33:15 +0000 |
---|---|---|
committer | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-11 11:33:15 +0000 |
commit | 70aae83c8ee2a44b2eb880214af50f8052e12bf7 (patch) | |
tree | 7ed206ab5d302d9699cd11e28b6a3bbbd0ac5fdb /includes/common.inc | |
parent | 4b87417062261795eb4a2ce5909c2dacc8ce4704 (diff) | |
download | brdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.gz brdo-70aae83c8ee2a44b2eb880214af50f8052e12bf7.tar.bz2 |
#58166, fixes for typos, patch by Uwe Herrmann
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 5ffaa4444..f02911b44 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -266,7 +266,7 @@ function drupal_not_found() { $return = menu_execute_active_handler(); } else { - // Redirect to a non-existant menu item to make possible tabs disappear. + // Redirect to a non-existent menu item to make possible tabs disappear. menu_set_active_item(''); } @@ -294,7 +294,7 @@ function drupal_access_denied() { $return = menu_execute_active_handler(); } else { - // Redirect to a non-existant menu item to make possible tabs disappear. + // Redirect to a non-existent menu item to make possible tabs disappear. menu_set_active_item(''); } |