summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.test b/modules/node/node.test
index 8a1899eb3..6c3a678d5 100644
--- a/modules/node/node.test
+++ b/modules/node/node.test
@@ -1957,7 +1957,7 @@ class NodeBuildContent extends DrupalWebTestCase {
function testNodeRebuildContent() {
$node = $this->drupalCreateNode();
- // Set a property in the content array so we can test for its existance later on.
+ // Set a property in the content array so we can test for its existence later on.
$node->content['test_content_property'] = array('#value' => $this->randomString());
$content = node_build_content($node);