diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-30 21:51:35 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-30 21:51:35 -0700 |
commit | bd7712385a86bf4df9c35733c5ae2bb48277590f (patch) | |
tree | 7ebde89ea41f658065a80c57c7d0f5a4e08bfe26 /modules/node | |
parent | f6c660169c90c755bf0868c8e65d45c6113aa164 (diff) | |
download | brdo-bd7712385a86bf4df9c35733c5ae2bb48277590f.tar.gz brdo-bd7712385a86bf4df9c35733c5ae2bb48277590f.tar.bz2 |
Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
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; |