aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/ConformanceJavaLite.java
diff options
context:
space:
mode:
authorGravatar Otto Kekäläinen <otto@seravo.fi>2016-07-03 15:26:04 +0300
committerGravatar Otto Kekäläinen <otto@seravo.fi>2016-07-03 15:26:04 +0300
commit3808d091f86e079c8f3437f5cd66bd2c507cef8a (patch)
tree83e72f0b4fb9548251fdb0af74003e1523251226 /conformance/ConformanceJavaLite.java
parentcae3b0cbb689d0ed1e5da73942a5a9705f3411b0 (diff)
Fix spelling in strings and comments
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.");