summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.api.php2
-rw-r--r--modules/node/node.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php
index 3c7a409b1..b1009f7e7 100644
--- a/modules/node/node.api.php
+++ b/modules/node/node.api.php
@@ -97,7 +97,7 @@
* above):
* - hook_prepare() (node-type-specific)
* - hook_node_prepare() (all); if translation.module is enabled, this will
- * also invoke hook_node_prepare_translation() on all modules.
+ * also invoke hook_node_prepare_translation() on all modules.
* - hook_form() (node-type-specific)
* - field_attach_form()
* - Validating a node during editing form submit (calling
diff --git a/modules/node/node.test b/modules/node/node.test
index 82428f848..c302d9bca 100644
--- a/modules/node/node.test
+++ b/modules/node/node.test
@@ -1509,7 +1509,7 @@ class NodeQueryAlter extends DrupalWebTestCase {
* Verifies that a non-standard table alias can be used, and that a
* user with node access can view the nodes.
*/
- function testNodeQueryAlterLowLevelWithAccess() {
+ function testNodeQueryAlterLowLevelWithAccess() {
// User with access should be able to view 4 nodes.
try {
$query = db_select('node', 'mytab')