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();