mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-21 03:02:59 +00:00
Typo: Unknow -> Unknown
This commit is contained in:
@@ -43,7 +43,7 @@ function getType(text) {
|
||||
var header = text.match(reHeader);
|
||||
|
||||
if (!header) {
|
||||
throw new Error('Unknow ASCII armor type');
|
||||
throw new Error('Unknown ASCII armor type');
|
||||
}
|
||||
|
||||
// BEGIN PGP MESSAGE, PART X/Y
|
||||
|
||||
Reference in New Issue
Block a user