mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-21 23:53:27 +00:00
Typo: Unknow -> Unknown
This commit is contained in:
@@ -128,7 +128,7 @@ describe("ASCII armor", function() {
|
||||
'-----END PGP SIGNNATURE-----'].join('\n');
|
||||
|
||||
msg = openpgp.cleartext.readArmored.bind(null, msg);
|
||||
expect(msg).to.throw(Error, /Unknow ASCII armor type/);
|
||||
expect(msg).to.throw(Error, /Unknown ASCII armor type/);
|
||||
});
|
||||
|
||||
it('Armor checksum validation', function () {
|
||||
|
||||
Reference in New Issue
Block a user