From 1b20fe2f4ba7fb74cba54305e17a0b3d6c8155ff Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Mon, 6 Jan 2014 15:00:24 -0800 Subject: [PATCH] Issue #2165413 by David_Rothstein: Remove Tigger from core (spelling errors) --- .../lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php | 2 +- core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php b/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php index 498c84e74426..fda2798d38e9 100644 --- a/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php +++ b/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php @@ -106,7 +106,7 @@ public function testDeterminingChanges() { * @see block_test_block_insert() */ public function testCustomBlockSaveOnInsert() { - // custom_block_test_custom_block_insert() tiggers a save on insert if the + // custom_block_test_custom_block_insert() triggers a save on insert if the // title equals 'new'. $block = $this->createCustomBlock('new'); $this->assertEqual($block->label(), 'CustomBlock ' . $block->id(), 'Custom block saved on block insert.'); diff --git a/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php b/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php index a3f16f869999..4f50fd307c04 100644 --- a/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php +++ b/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php @@ -169,7 +169,7 @@ function testDeterminingChanges() { * @see node_test_node_insert() */ function testNodeSaveOnInsert() { - // node_test_node_insert() tiggers a save on insert if the title equals + // node_test_node_insert() triggers a save on insert if the title equals // 'new'. $node = $this->drupalCreateNode(array('title' => 'new')); $this->assertEqual($node->getTitle(), 'Node ' . $node->id(), 'Node saved on node insert.'); -- GitLab