summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.