Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/grpc/grpc-node into elect…
Browse files Browse the repository at this point in the history
…ron2
  • Loading branch information
nicolasnoble committed May 2, 2018
2 parents eb33515 + ec9af5d commit 11e3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/ext/channel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ bool ParseChannelArgs(Local<Value> args_val,
Local<Value> 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> value = Nan::Get(args_hash, key).ToLocalChecked();
Expand Down

0 comments on commit 11e3495

Please sign in to comment.