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:
Erik Hatcher 2013-01-14 14:57:05 +00:00
parent 55484336a6
commit 5d198628bb

View File

@ -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.");
}
}