From 242048ae43ac9733957b5c75b20258657a82f87c Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Sat, 17 Apr 2010 03:56:47 +0000
Subject: [PATCH] Fix typo. Committing from a plane\!

---
 feeds_defaults/feeds_defaults.defaults.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feeds_defaults/feeds_defaults.defaults.inc b/feeds_defaults/feeds_defaults.defaults.inc
index f2d29282..8fadbf11 100644
--- a/feeds_defaults/feeds_defaults.defaults.inc
+++ b/feeds_defaults/feeds_defaults.defaults.inc
@@ -340,7 +340,7 @@ function _feeds_defaults_feeds_importer_default() {
   $feeds_importer->id = 'opml';
   $feeds_importer->config = array(
     'name' => 'OPML import',
-    'description' => 'Import subscriptions from OPML files. Use with together with "Feed" configuration.',
+    'description' => 'Import subscriptions from OPML files. Use together with "Feed" configuration.',
     'fetcher' => array(
       'plugin_key' => 'FeedsFileFetcher',
       'config' => array(),
-- 
GitLab