diff options
author | Ryan <ryanvo@users.noreply.github.com> | 2016-11-21 21:37:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 21:37:39 -0500 |
commit | 3fec5259f65394c220d2945cbb3408d7ad11a6a7 (patch) | |
tree | 7ae17b5126db6dc1e7c92f5d1259c68c547370f4 /examples/cpp | |
parent | 2ef2d2a516344f3f46858e8badda842ee6a69d18 (diff) |
Fix typo
Diffstat (limited to 'examples/cpp')
-rw-r--r-- | examples/cpp/helloworld/greeter_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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> 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. |