summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-03-28 08:43:43 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-03-28 08:43:43 -0700
commitfb6dce60911cb2ca509beccc6aa0e63c77fc6039 (patch)
tree9cdea4ed2db4251e7630e371c1af185f9db98909 /modules
parent170208b275580304b736be402e7af0aa3c36a1c7 (diff)
downloadbrdo-fb6dce60911cb2ca509beccc6aa0e63c77fc6039.tar.gz
brdo-fb6dce60911cb2ca509beccc6aa0e63c77fc6039.tar.bz2
Issue #1021406 by ygerasimov: fixed typo in documentation
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.api.php2
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;