From: René Clerc Date: Tue, 13 Jun 2006 07:52:52 +0000 (+0000) Subject: typo X-Git-Tag: mutt-1-5-12-rel~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7886bbc4095ed3e55b62e082021faad3e0f3ac0d;p=mutt typo --- diff --git a/cryptglue.c b/cryptglue.c index f07e2d34..8f840c57 100644 --- a/cryptglue.c +++ b/cryptglue.c @@ -87,7 +87,7 @@ void crypt_init (void) crypto_module_register (&crypt_mod_smime_gpgme); #else mutt_message (_("\"crypt_use_gpgme\" set" - " but not build with GPGME support.")); + " but not built with GPGME support.")); if (mutt_any_key_to_continue (NULL) == -1) mutt_exit(1); #endif