diff --git a/search_api.admin.inc b/search_api.admin.inc
index 859ac41..175c96a 100644
--- a/search_api.admin.inc
+++ b/search_api.admin.inc
@@ -960,7 +960,7 @@ function search_api_admin_index_status_form_submit(array $form, array &$form_sta
       break;
     case t('Index now'):
       if (!_search_api_batch_indexing_create($index, $values['batch_size'], $values['limit'], $values['remaining'])) {
-        drupal_set_message(t("Couldn't create a batch, please check the batch_sise and limit."), 'warning');
+        drupal_set_message(t("Couldn't create a batch, please check the batch_size and limit."), 'warning');
       }
       $redirect = $pre . '/status';
       break;
diff --git a/search_api.drush.inc b/search_api.drush.inc
index bf27b15..0643f8b 100644
--- a/search_api.drush.inc
+++ b/search_api.drush.inc
@@ -202,7 +202,7 @@ function drush_search_api_index($index_id = NULL, $limit = NULL, $batch_size = N
 
     // Create the batch.
     if (!_search_api_batch_indexing_create($index, $batch_size, $limit, $remaining, TRUE)) {
-      drush_log(dt("Couldn't create a batch, please check the batch_sise and limit parameters."), 'error');
+      drush_log(dt("Couldn't create a batch, please check the batch_size and limit parameters."), 'error');
     }
     else {
       // Launch the batch process.
