mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-17 11:46:38 +00:00
Fixing typo as reported in issue #172
This commit is contained in:
parent
c47e1d8780
commit
78adbdda42
@ -329,7 +329,7 @@ function armor(messagetype, body, partindex, parttotal) {
|
||||
result += "\r\n=" + getCheckSum(body) + "\r\n";
|
||||
result += "-----END PGP MESSAGE, PART " + partindex + "/" + parttotal + "-----\r\n";
|
||||
break;
|
||||
case enums.armor.mutlipart_last:
|
||||
case enums.armor.multipart_last:
|
||||
result += "-----BEGIN PGP MESSAGE, PART " + partindex + "-----\r\n";
|
||||
result += addheader();
|
||||
result += base64.encode(body);
|
||||
|
Loading…
x
Reference in New Issue
Block a user