aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-01-18 15:28:09 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-01-18 15:28:09 -0800
commit45e754a5afe955526b9309f362953c8258da1cca (patch)
tree9d3f4faa782a835d23b083659ae915a25454674c /test/core/client_channel
parentf0798f91ff0cc2cbb1424dd896a91972c47a8a7f (diff)
Fix typo s/resolition/resolution
Diffstat (limited to 'test/core/client_channel')
-rw-r--r--test/core/client_channel/resolvers/sockaddr_resolver_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/resolvers/sockaddr_resolver_test.cc b/test/core/client_channel/resolvers/sockaddr_resolver_test.cc
index 645749ffef..07ee133ee3 100644
--- a/test/core/client_channel/resolvers/sockaddr_resolver_test.cc
+++ b/test/core/client_channel/resolvers/sockaddr_resolver_test.cc
@@ -65,7 +65,7 @@ static void test_succeeds(grpc_resolver_factory* factory, const char* string) {
GRPC_RESOLVER_UNREF(resolver, "test_succeeds");
grpc_uri_destroy(uri);
/* Flush ExecCtx to avoid stack-use-after-scope on on_res_arg which is
- * accessed in the closure on_resolition_cb */
+ * accessed in the closure on_resolution_cb */
grpc_core::ExecCtx::Get()->Flush();
}