diff --git a/apachesolr.admin.inc b/apachesolr.admin.inc
index a577dbd..c394156 100644
--- a/apachesolr.admin.inc
+++ b/apachesolr.admin.inc
@@ -948,7 +948,7 @@ function apachesolr_index_batch_index_entities($env_id, &$context) {
     '@total' => $context['sandbox']['max'],
     '@submitted' => $context['sandbox']['submitted'],
     );
-  $context['message'] = t('Indexed @current of @total entities. Submitted @submitted documents to Solr', $arguments);
+  $context['message'] = t('Inspected @current of @total entities. Submitted @submitted documents to Solr', $arguments);
 
   // Inform the batch engine that we are not finished, and provide an
   // estimation of the completion level we reached.
diff --git a/apachesolr.index.inc b/apachesolr.index.inc
index 6e12e45..ea8d2a2 100644
--- a/apachesolr.index.inc
+++ b/apachesolr.index.inc
@@ -451,7 +451,6 @@ function apachesolr_index_delete_entity_from_index($env_id, $entity_type, $entit
     $document_id = apachesolr_document_id($entity_id, $entity_type);
     $query = "id:$document_id OR sm_parent_document_id:$document_id";
     $solr->deleteByQuery($query);
-    $solr->commit();
     apachesolr_set_last_index_updated($env_id, REQUEST_TIME);
     return TRUE;
   }
