mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-25 14:27:06 +00:00
typo
This commit is contained in:
parent
a237967338
commit
4694b7371c
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user