typo fix
This commit is contained in:
parent
7408e824cb
commit
a41fc29b44
|
@ -484,7 +484,7 @@ Signature.prototype.read_sub_packet = function (bytes) {
|
|||
break;
|
||||
case 23:
|
||||
// Key Server Preferences
|
||||
read_array.call(this, 'keyServerPreferencess', bytes.subarray(mypos, bytes.length));
|
||||
read_array.call(this, 'keyServerPreferences', bytes.subarray(mypos, bytes.length));
|
||||
break;
|
||||
case 24:
|
||||
// Preferred Key Server
|
||||
|
|
Loading…
Reference in New Issue
Block a user