summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-04-28 16:01:14 -0600
committerEduardo Chappa <chappa@washington.edu>2019-04-28 16:01:14 -0600
commit19cde66486e27063a9af8cfd79c6eb7f106b9111 (patch)
treefb4030770107efa52e0be46a6bbc755fbd590229 /pith/smime.c
parent3443fe5fcfcb33d3a2510111855e619632de57df (diff)
downloadalpine-19cde66486e27063a9af8cfd79c6eb7f106b9111.tar.xz
* Compilation failure in Solaris when ldap is enabled. Reported by
"mechanic" in comp.mail.pine. * Configure script modifications to set the ldap-dir value correctly. * Fix some typos in documentation.
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}