]> git.ipfire.org Git - thirdparty/git.git/blobdiff - imap-send.c
Merge branch 'dl/reset-doc-no-wrt-abbrev'
[thirdparty/git.git] / imap-send.c
index 18ca6ba10a81931e6b789fa2d25d6dc2e1767eec..6c54d8c29d64c0ea89943494986513c1054065f4 100644 (file)
@@ -1114,7 +1114,7 @@ static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *f
 
                        if (!strcmp(srvc->auth_method, "CRAM-MD5")) {
                                if (!CAP(AUTH_CRAM_MD5)) {
-                                       fprintf(stderr, "You specified"
+                                       fprintf(stderr, "You specified "
                                                "CRAM-MD5 as authentication method, "
                                                "but %s doesn't support it.\n", srvc->host);
                                        goto bail;