Spelling fix: UnImplementedService -> UnimplementedService

pull/2148/head
Abhishek Kumar 10 years ago
parent eb6b216004
commit 7bce516b3b
  1. 2
      test/proto/test.proto

@ -75,7 +75,7 @@ service TestService {
// A simple service NOT implemented at servers so clients can test for
// that case.
service UnImplementedService {
service UnimplementedService {
// A call that no server should implement
rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty);
}

Loading…
Cancel
Save