]> granicus.if.org Git - mutt/commitdiff
typo
authorRené Clerc <rene@clerc.nl>
Tue, 13 Jun 2006 07:52:52 +0000 (07:52 +0000)
committerRené Clerc <rene@clerc.nl>
Tue, 13 Jun 2006 07:52:52 +0000 (07:52 +0000)
cryptglue.c

index f07e2d340710712ff8f323000ca18802d70437ea..8f840c57b65f4c8a29c24a488901409ea41b67f3 100644 (file)
@@ -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