summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-19 22:50:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-19 22:50:42 +0000
commitd7b07976bbde2d4b556bc255316a7569accb38ae (patch)
tree55858a8ccf63cce29ee5b074348019f45eb3b29e
parent89580271f26bc78c801bc81f4dc8d6d785df2aa0 (diff)
downloadbrdo-d7b07976bbde2d4b556bc255316a7569accb38ae.tar.gz
brdo-d7b07976bbde2d4b556bc255316a7569accb38ae.tar.bz2
#281536 by casey: Fixed typo in node_access_records() documentation.
-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 4c0315f09..cfbc93334 100644
--- a/modules/node/node.api.php
+++ b/modules/node/node.api.php
@@ -63,7 +63,7 @@ function hook_node_grants($account, $op) {
* - 'gid': A 'grant ID' from hook_node_grants().
* - 'grant_view': If set to TRUE a user that has been identified as a member
* of this gid within this realm can view this node.
- * - 'grant_edit': If set to TRUE a user that has been identified as a member
+ * - 'grant_update': If set to TRUE a user that has been identified as a member
* of this gid within this realm can edit this node.
* - 'grant_delete': If set to TRUE a user that has been identified as a member
* of this gid within this realm can delete this node.