diff options
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.test | 2 |
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'); |