diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 4c0315f093fa8a9ba805e35a3b56a6f310e5b0e4..cfbc93334570a7605e6ea9dbbe378b93594ba198 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.