summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-12-03 16:45:15 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-12-03 16:45:15 -0800
commitc1b6dc1dae9939b92561578e7e1c3b18a322075e (patch)
tree753357731451f878e899ad346290d6df64be795b /modules/aggregator
parentf01c994de8d6f54a5bef1523319c6da88048c146 (diff)
downloadbrdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.gz
brdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.bz2
Issue #2145077 by TR: Fix spelling errors in D7 tests and comments
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.test b/modules/aggregator/aggregator.test
index 8b95d6e37..18d5b3351 100644
--- a/modules/aggregator/aggregator.test
+++ b/modules/aggregator/aggregator.test
@@ -931,7 +931,7 @@ class AggregatorRenderingTestCase extends AggregatorTestCase {
// up.
$feed->block = 0;
aggregator_save_feed((array) $feed);
- // It is nescessary to flush the cache after saving the number of items.
+ // It is necessary to flush the cache after saving the number of items.
drupal_flush_all_caches();
// Check that the block is no longer displayed.
$this->drupalGet('node');