From 3fec5259f65394c220d2945cbb3408d7ad11a6a7 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 21 Nov 2016 21:37:39 -0500 Subject: Fix typo --- examples/cpp/helloworld/greeter_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cpp') diff --git a/examples/cpp/helloworld/greeter_client.cc b/examples/cpp/helloworld/greeter_client.cc index 12209f37df..61f3953056 100644 --- a/examples/cpp/helloworld/greeter_client.cc +++ b/examples/cpp/helloworld/greeter_client.cc @@ -51,7 +51,7 @@ class GreeterClient { GreeterClient(std::shared_ptr channel) : stub_(Greeter::NewStub(channel)) {} - // Assambles the client's payload, sends it and presents the response back + // Assembles the client's payload, sends it and presents the response back // from the server. std::string SayHello(const std::string& user) { // Data we are sending to the server. -- cgit v1.2.3