Issue #1021406 by ygerasimov: fixed typo in documentation

merge-requests/26/head
webchick 2011-03-28 08:43:43 -07:00
parent 170208b275
commit fb6dce6091
1 changed files with 1 additions and 1 deletions

View File

@ -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;