Merge pull request #174 from irdan/fix_typo
Fixing typo as reported in issue #172
This commit is contained in:
commit
b639bbde4a
|
@ -329,7 +329,7 @@ function armor(messagetype, body, partindex, parttotal) {
|
||||||
result += "\r\n=" + getCheckSum(body) + "\r\n";
|
result += "\r\n=" + getCheckSum(body) + "\r\n";
|
||||||
result += "-----END PGP MESSAGE, PART " + partindex + "/" + parttotal + "-----\r\n";
|
result += "-----END PGP MESSAGE, PART " + partindex + "/" + parttotal + "-----\r\n";
|
||||||
break;
|
break;
|
||||||
case enums.armor.mutlipart_last:
|
case enums.armor.multipart_last:
|
||||||
result += "-----BEGIN PGP MESSAGE, PART " + partindex + "-----\r\n";
|
result += "-----BEGIN PGP MESSAGE, PART " + partindex + "-----\r\n";
|
||||||
result += addheader();
|
result += addheader();
|
||||||
result += base64.encode(body);
|
result += base64.encode(body);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user