aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/proto_file_parser.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-12-02 22:16:53 -0800
committerGravatar yang-g <yangg@google.com>2016-12-08 23:05:50 -0800
commit6c8de363cafd129e8f8bd4b1d8e3dec3a1531e0d (patch)
tree8217fdcf31115551e1c482819090905543736243 /test/cpp/util/proto_file_parser.h
parentc204647295437b01337ad8e6c17c4296609c7a13 (diff)
Use user provided method name when using binary files in cli
Diffstat (limited to 'test/cpp/util/proto_file_parser.h')
-rw-r--r--test/cpp/util/proto_file_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/util/proto_file_parser.h b/test/cpp/util/proto_file_parser.h
index eda3991e72..c1070a37b5 100644
--- a/test/cpp/util/proto_file_parser.h
+++ b/test/cpp/util/proto_file_parser.h
@@ -64,9 +64,9 @@ class ProtoFileParser {
// descriptor database queries.
grpc::string GetFullMethodName(const grpc::string& method);
- // Formated method name is in the form of /Service/Method, it's good to be
+ // Formatted method name is in the form of /Service/Method, it's good to be
// used as the argument of Stub::Call()
- grpc::string GetFormatedMethodName(const grpc::string& method);
+ grpc::string GetFormattedMethodName(const grpc::string& method);
grpc::string GetSerializedProtoFromMethod(
const grpc::string& method, const grpc::string& text_format_proto,