mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
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…
x
Reference in New Issue
Block a user