Fix spelling in strings and comments

This commit is contained in:
Otto Kekäläinen 2016-07-03 15:26:04 +03:00
parent cae3b0cbb6
commit 3808d091f8
39 changed files with 67 additions and 67 deletions

View file

@ -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.");