commit a9feea71feb05ad8520212e96e69ec85f9bb9970
Author:     Alessandro Ghedini <gh...@debian.org>
AuthorDate: Sat Sep 23 12:32:48 2017 +0200
Commit:     Oswald Buddenhagen <o...@users.sf.net>
CommitDate: Sun Oct 1 10:04:31 2017 +0200

    Fix spelling of error messages

 src/drv_imap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/drv_imap.c b/src/drv_imap.c
index 7aacb95..6787e17 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -2902,7 +2902,7 @@ imap_parse_store( conffile_t *cfg, store_conf_t **storep )
 #ifdef HAVE_LIBSSL
                if ((use_sslv2 & use_sslv3 & use_tlsv1 & use_tlsv11 & 
use_tlsv12) != -1 || use_imaps >= 0 || require_ssl >= 0) {
                        if (server->ssl_type >= 0 || server->sconf.ssl_versions 
>= 0) {
-                               error( "%s '%s': The deprecated UseSSL*, 
UseTLS*, UseIMAPS, and RequireSSL options are mutually exlusive with SSLType 
and SSLVersions.\n", type, name );
+                               error( "%s '%s': The deprecated UseSSL*, 
UseTLS*, UseIMAPS, and RequireSSL options are mutually exclusive with SSLType 
and SSLVersions.\n", type, name );
                                cfg->err = 1;
                                return 1;
                        }
@@ -2937,7 +2937,7 @@ imap_parse_store( conffile_t *cfg, store_conf_t **storep )
 #endif
                if (require_cram >= 0) {
                        if (server->auth_mechs) {
-                               error( "%s '%s': The deprecated RequireCRAM 
option is mutually exlusive with AuthMech.\n", type, name );
+                               error( "%s '%s': The deprecated RequireCRAM 
option is mutually exclusive with AuthMech.\n", type, name );
                                cfg->err = 1;
                                return 1;
                        }

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to