summaryrefslogtreecommitdiff
path: root/tutorial/java
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2011-03-04 13:35:05 +0000
committerRoger Meier <roger@apache.org>2011-03-04 13:35:05 +0000
commit3f067a86ebea6e4919fb4cc67192b2b5f386fbdf (patch)
treee1d581b36b2ff386a01208daf952d688983c6b31 /tutorial/java
parent062de1b0d327e72993489118f5949d2e1e4d3848 (diff)
downloadthrift-3f067a86ebea6e4919fb4cc67192b2b5f386fbdf.tar.gz
THRIFT-1084 Typo fixes
Patch: Bruce Mitchener git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial/java')
-rw-r--r--tutorial/java/src/JavaClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/java/src/JavaClient.java b/tutorial/java/src/JavaClient.java
index ad4730a1e..2e35d412a 100644
--- a/tutorial/java/src/JavaClient.java
+++ b/tutorial/java/src/JavaClient.java
@@ -45,7 +45,7 @@ public class JavaClient {
}
else {
/*
- * Similar to the server, you can use the parametrs to setup client parameters or
+ * Similar to the server, you can use the parameters to setup client parameters or
* use the default settings. On the client side, you will need a TrustStore which
* contains the trusted certificate along with the public key.
* For this example it's a self-signed cert.