Index: langcheck.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/langcheck/langcheck.module,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 langcheck.module
--- langcheck.module	10 Feb 2009 10:18:23 -0000	1.1.2.1
+++ langcheck.module	2 Jan 2010 16:06:16 -0000
@@ -340,7 +340,7 @@
   $results = variable_get('langcheck_check_batch_result', NULL);
   $output = '';
   if ($results === NULL) {
-    $output .= t('Stored result not fund.') .' ';
+    $output .= t('Stored result can not be found.') .' ';
     if (user_access('start a new language check')) {
       $output .= t('To create a new one !link.', array('!link' => l(t('click here'), 'admin/langcheck-batch-start')));
     }
@@ -490,7 +490,7 @@
   if ( count($exclusions = langcheck_default_exclusions()) ) {
     $form['langcheck_settings']['check_batch']['exclusions']['#description'] .= ' '.
       t(
-        'The fallowing directories will be ignored by defult: !exclusions',
+        'The following directories will be ignored by default: !exclusions',
         array('!exclusions' => '<br />'. implode('<br />', $exclusions))
       )
     ;

