summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
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('');
}