Merge pull request #292 from rhapsodyn/patch-1

typo
This commit is contained in:
Michael Lumish 2018-04-24 10:15:24 -07:00 committed by GitHub
commit ec9af5d3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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