Bug 19893: Add code review fixes
[koha.git] / Koha / SearchEngine / Elasticsearch / Indexer.pm
index 0bc68f6..4774d78 100644 (file)
@@ -78,7 +78,7 @@ use constant {
     try {
         $self->update_index($biblionums, $records);
     } catch {
-        die("Something whent wrong trying to update index:" .  $_[0]);
+        die("Something went wrong trying to update index:" .  $_[0]);
     }
 
 Converts C<MARC::Records> C<$records> to Elasticsearch documents and performs