diff --git a/test/proto/test.proto b/test/proto/test.proto
index b493dcd049f1123b0bcd1586b6c9a2402c0de2fa..1214152513fa1de963cc67fa973d5aa1a0f141e5 100644
--- a/test/proto/test.proto
+++ b/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);  
 }