mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Fix spelling in strings and comments
This commit is contained in:
parent
cae3b0cbb6
commit
3808d091f8
39 changed files with 67 additions and 67 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue