We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92faca1 commit ba3f84cCopy full SHA for ba3f84c
src/main/java/com/treasuredata/client/TDClientConfig.java
@@ -66,7 +66,7 @@ public static enum Type
66
PROXY_HOST("td.client.proxy.host", "Proxy host (e.g., myproxy.com)"),
67
PROXY_PORT("td.client.proxy.port", "Proxy port number"),
68
PROXY_USER("td.client.proxy.user", "Proxy user name"),
69
- PROXY_PASSWORD("td.client.proxy.password", "Proxy paassword"),
+ PROXY_PASSWORD("td.client.proxy.password", "Proxy password"),
70
PROXY_USESSL("td.client.proxy.usessl", "Use SSL for proxy");
71
72
public final String key;
0 commit comments