mirror of
https://github.com/apache/lucene.git
synced 2025-02-17 15:35:20 +00:00
fix misspelling in warning output text
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55484336a6
commit
5d198628bb
@ -801,7 +801,7 @@ public class SimplePostTool {
|
||||
" " + urlc.getResponseMessage() + " for url "+url);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
warn("An error occured posting data to "+url+". Please check that Solr is running.");
|
||||
warn("An error occurred posting data to "+url+". Please check that Solr is running.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user