From 2fed6f9bea5faeb7f755ad1f00145a7da319ff16 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 May 2004 16:40:07 +0000 Subject: [PATCH] Fixed a string type-o. 2004-05-17 Jeffrey Stedfast * camel-folder-search.c (search_match_threads): Fixed a string type-o. * camel-smime-context.c (sm_verify_cmsg): Fixed some spelling mistakes. --- camel/ChangeLog | 4 ++++ camel/camel-folder-search.c | 2 +- camel/camel-smime-context.c | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index fc6cd48..1cc5432 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2004-05-17 Jeffrey Stedfast + * camel-folder-search.c (search_match_threads): Fixed a string type-o. + + * camel-smime-context.c (sm_verify_cmsg): Fixed some spelling mistakes. + * camel-gpg-context.c (gpg_decrypt): If the encrypted block was also signed, set the signature verification status on the Validity structure as well. diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 9e8f660..26e7899 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -752,7 +752,7 @@ search_match_threads(struct _ESExp *f, int argc, struct _ESExpTerm **argv, Camel /* not supported in match-all */ if (search->current) - e_sexp_fatal_error(f, _("(match-threads) now allowed inside match-all")); + e_sexp_fatal_error(f, _("(match-threads) not allowed inside match-all")); if (argc == 0) e_sexp_fatal_error(f, _("(match-threads) requires a match type string")); diff --git a/camel/camel-smime-context.c b/camel/camel-smime-context.c index e650202..f18fa4f 100644 --- a/camel/camel-smime-context.c +++ b/camel/camel-smime-context.c @@ -621,10 +621,10 @@ sm_verify_cmsg(CamelCipherContext *context, NSSCMSMessage *cmsg, CamelStream *ex /* ?? Should we check other usages? */ NSS_CMSSignedData_ImportCerts(sigd, p->certdb, certUsageEmailSigner, PR_TRUE); if (NSS_CMSSignedData_VerifyCertsOnly(sigd, p->certdb, certUsageEmailSigner) != SECSuccess) { - g_string_printf(description, _("Certficate only message, cannot verify certificates")); + g_string_printf(description, _("Certificate only message, cannot verify certificates")); } else { status = NSSCMSVS_GoodSignature; - g_string_printf(description, _("Certficate only message, certificates imported and verified")); + g_string_printf(description, _("Certificate only message, certificates imported and verified")); } } else { if (!NSS_CMSSignedData_HasDigests(sigd)) { -- 2.7.4