diff options
-rw-r--r-- | modules/node/node.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 3c77bb1f6..7353117fb 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -579,7 +579,7 @@ function hook_node_load($nodes, $types) { * @return * NODE_ACCESS_ALLOW if the operation is to be allowed; * NODE_ACCESS_DENY if the operation is to be denied; - * NODE_ACCESSS_IGNORE to not affect this operation at all. + * NODE_ACCESS_IGNORE to not affect this operation at all. */ function hook_node_access($node, $op, $account) { $type = is_string($node) ? $node : $node->type; |