From 4694b7371c39348bf34fe50cb79136bbf1acd265 Mon Sep 17 00:00:00 2001 From: tassadarliu Date: Mon, 23 Apr 2018 17:28:47 +0800 Subject: [PATCH] typo --- packages/grpc-native-core/ext/channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-native-core/ext/channel.cc b/packages/grpc-native-core/ext/channel.cc index fc085fa0..db6d2b45 100644 --- a/packages/grpc-native-core/ext/channel.cc +++ b/packages/grpc-native-core/ext/channel.cc @@ -78,7 +78,7 @@ bool ParseChannelArgs(Local args_val, Local key = Nan::Get(keys, i).ToLocalChecked(); Utf8String key_str(key); if (*key_str == NULL) { - // Key string onversion failed + // Key string conversion failed return false; } Local value = Nan::Get(args_hash, key).ToLocalChecked();