HTTPCLIENT-1158: fixed typo

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1232915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2012-01-18 14:46:25 +00:00
parent 987593b260
commit fcf77abb6c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class URIUtils {
final HttpHost target,
boolean dropFragment) throws URISyntaxException {
if (uri == null) {
throw new IllegalArgumentException("URI may nor be null");
throw new IllegalArgumentException("URI may not be null");
}
if (target != null) {
return URIUtils.createURI(