aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client.cc
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2016-10-19 10:04:38 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2016-10-19 10:04:38 -0700
commit32eee7739bddb88e28cde2ead35d65bf4d5cdd7e (patch)
tree74c3596a763f02898a7051856f6e70a049b53352 /test/cpp/interop/client.cc
parent88477fd046e5fd518750cdf7ba5873b95f02fdd9 (diff)
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
Diffstat (limited to 'test/cpp/interop/client.cc')
-rw-r--r--test/cpp/interop/client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index 245e27b2bb..4197ba8bab 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -80,7 +80,7 @@ DEFINE_string(test_case, "large_unary",
"slow client consumer;\n"
"status_code_and_message: verify status code & message;\n"
"timeout_on_sleeping_server: deadline exceeds on stream;\n"
- "unimplemented_method: client calls an unimplemented_method;\n");
+ "unimplemented_method: client calls an unimplemented method;\n");
DEFINE_string(default_service_account, "",
"Email of GCE default service account");
DEFINE_string(service_account_key_file, "",