aboutsummaryrefslogtreecommitdiff
path: root/conformance/ConformanceJavaLite.java
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-06 15:44:34 -0700
committerGitHub <noreply@github.com>2016-07-06 15:44:34 -0700
commit0d5091ee8878484ccd407aa58cb80c9cac7e2d61 (patch)
tree08e996dc8eed8dc34910fff9bc2af12c1d867157 /conformance/ConformanceJavaLite.java
parentc10938a1d9c4002370f750662520869f35838921 (diff)
parentd2ae4966238564b51f6b962d870b121131767f64 (diff)
downloadprotobuf-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.tar.gz
protobuf-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.tar.bz2
protobuf-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.zip
Merge pull request #1742 from ottok/fix-spelling
Fix spelling
Diffstat (limited to 'conformance/ConformanceJavaLite.java')
-rw-r--r--conformance/ConformanceJavaLite.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/conformance/ConformanceJavaLite.java b/conformance/ConformanceJavaLite.java
index 121dc7d1..016f7932 100644
--- a/conformance/ConformanceJavaLite.java
+++ b/conformance/ConformanceJavaLite.java
@@ -58,7 +58,7 @@ class ConformanceJavaLite {
}
case JSON_PAYLOAD: {
return Conformance.ConformanceResponse.newBuilder().setSkipped(
- "Lite runtime does not suport Json Formant.").build();
+ "Lite runtime does not support JSON format.").build();
}
case PAYLOAD_NOT_SET: {
throw new RuntimeException("Request didn't have payload.");
@@ -78,7 +78,7 @@ class ConformanceJavaLite {
case JSON:
return Conformance.ConformanceResponse.newBuilder().setSkipped(
- "Lite runtime does not suport Json Formant.").build();
+ "Lite runtime does not support JSON format.").build();
default: {
throw new RuntimeException("Unexpected request output.");