From bd7712385a86bf4df9c35733c5ae2bb48277590f Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 30 Apr 2012 21:51:35 -0700 Subject: Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') 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; -- cgit v1.2.3