summaryrefslogtreecommitdiff
path: root/pith
diff options
context:
space:
mode:
Diffstat (limited to 'pith')
-rw-r--r--pith/pine.hlp4
-rw-r--r--pith/smime.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index fc0989e2..16efc9c2 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 334 2019-03-29 09:48:59
+Alpine Commit 335 2019-04-28 16:01:07
============= h_news =================
<HTML>
<HEAD>
@@ -301,7 +301,7 @@ Bugs that have been addressed include:
<LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
Reported and patched by Kyle George.
- <LI> If the directory where Alpine saves the certificates if empty,
+ <LI> If the directory where Alpine saves the certificates is empty,
alpine would not create a self-signed certificate to encrypt the
password file.
diff --git a/pith/smime.c b/pith/smime.c
index f64d81b2..de5996db 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -818,7 +818,7 @@ import_certificate(WhichCerts ctype, PERSONAL_CERT *p_cert, char *fname)
q_status_message(SM_ORDER, 1, 3, _("Error decrypting Password file"));
}
} else {
- q_status_message(SM_ORDER, 1, 3, _("Password file not encrypted and coulr not encrypt"));
+ q_status_message(SM_ORDER, 1, 3, _("Password file not encrypted and could not encrypt"));
rc = 0;
}
}