summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 2614c4119..57133c6b0 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2949,7 +2949,7 @@ function node_access($op, $node, $account = NULL) {
return $result;
}
elseif (is_object($node) && $op == 'view' && $node->status) {
- // If no modules implement hook_node_grants(), the default behaviour is to
+ // If no modules implement hook_node_grants(), the default behavior is to
// allow all users to view published nodes, so reflect that here.
$rights[$account->uid][$cid][$op] = TRUE;
return TRUE;