aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-06-12 10:46:40 -0700
committerGravatar GitHub <noreply@github.com>2017-06-12 10:46:40 -0700
commitc02e39d14cf20a39a0c2054d968f5833aff2f7fd (patch)
treee6fc23f9d525f493942916cbc2ca5425eb9b391f /test
parente087d6358bdb587ae1bedca3c7d333dc4aa1321c (diff)
parentf17d163a9baf23e0d1cff00aea79dfc1e2750fe9 (diff)
Merge pull request #9823 from mjkim/fix_unkown
Fix typos
Diffstat (limited to 'test')
-rw-r--r--test/cpp/end2end/async_end2end_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc
index 4d61fc620c..a2a6e36709 100644
--- a/test/cpp/end2end/async_end2end_test.cc
+++ b/test/cpp/end2end/async_end2end_test.cc
@@ -196,7 +196,7 @@ bool plugin_has_sync_methods(std::unique_ptr<ServerBuilderPlugin>& plugin) {
// This class disables the server builder plugins that may add sync services to
// the server. If there are sync services, UnimplementedRpc test will triger
-// the sync unkown rpc routine on the server side, rather than the async one
+// the sync unknown rpc routine on the server side, rather than the async one
// that needs to be tested here.
class ServerBuilderSyncPluginDisabler : public ::grpc::ServerBuilderOption {
public: