Typo: Unknow -> Unknown

This commit is contained in:
Andreas Fischer
2014-11-17 12:31:04 +01:00
parent 9aca150fca
commit b00ce34e90
2 changed files with 2 additions and 2 deletions

View File

@@ -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