? boost-443658.patch
Index: boost.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.admin.inc,v
retrieving revision 1.1.2.1.2.3.2.58
diff -u -p -r1.1.2.1.2.3.2.58 boost.admin.inc
--- boost.admin.inc	21 Aug 2009 02:48:02 -0000	1.1.2.1.2.3.2.58
+++ boost.admin.inc	29 Aug 2009 08:09:46 -0000
@@ -434,13 +434,13 @@ function boost_admin_boost_performance_p
     '#type'          => 'textfield',
     '#title'         => t('Crawler Throttle'),
     '#default_value' => BOOST_CRAWLER_THROTTLE,
-    '#description'   => t('Wait X micro seconds inbetween hitting each url. 1000000 is 1 second.'),
+    '#description'   => t('Wait X micro seconds in between hitting each url. 1000000 is 1 second.'),
   );
   $form['crawler']['boost_crawler_batch_size'] = array(
     '#type'          => 'textfield',
     '#title'         => t('Crawler Batch Size'),
     '#default_value' => BOOST_CRAWLER_BATCH_SIZE,
-    '#description'   => t('Number of URL\'s each thread grabs per database opperation.'),
+    '#description'   => t('Number of URL\'s each thread grabs per database operation.'),
   );
   $form['crawler']['boost_crawler_threads'] = array(
     '#type'          => 'select',
