git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1606416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-06-29 02:11:30 +00:00
parent d9cc6c8879
commit a3b9c1720b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public final class ConnPerRouteBean implements ConnPerRoute {
}
public void setDefaultMaxPerRoute(final int max) {
Args.positive(max, "Defautl max per route");
Args.positive(max, "Default max per route");
this.defaultMax = max;
}