Fixing typo as reported in issue #172

This commit is contained in:
Daniel 2014-02-11 14:56:48 -08:00
parent c47e1d8780
commit 78adbdda42

View File

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