Skip to content

Commit ba3f84c

Browse files
committed
Fix typo, #365
1 parent 92faca1 commit ba3f84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/treasuredata/client/TDClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static enum Type
6666
PROXY_HOST("td.client.proxy.host", "Proxy host (e.g., myproxy.com)"),
6767
PROXY_PORT("td.client.proxy.port", "Proxy port number"),
6868
PROXY_USER("td.client.proxy.user", "Proxy user name"),
69-
PROXY_PASSWORD("td.client.proxy.password", "Proxy paassword"),
69+
PROXY_PASSWORD("td.client.proxy.password", "Proxy password"),
7070
PROXY_USESSL("td.client.proxy.usessl", "Use SSL for proxy");
7171

7272
public final String key;

0 commit comments

Comments
 (0)