Index: aggregator.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.admin.inc,v
retrieving revision 1.5
diff -u -p -r1.5 aggregator.admin.inc
--- aggregator.admin.inc	22 Dec 2007 23:24:24 -0000	1.5
+++ aggregator.admin.inc	5 Jan 2008 18:34:39 -0000
@@ -93,7 +93,7 @@ function aggregator_form_feed(&$form_sta
       '#title' => t('Categorize news items'),
       '#default_value' => $values,
       '#options' => $options,
-      '#description' => t('New feed items are automatically filed in the checked categories.'),
+      '#description' => t('New feed items are automatically filled in the checked categories.'),
     );
   }
   $form['submit'] = array('#type' => 'submit', '#value' => t('Save'));
