imap-send.c: add a missing space in error message
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Feb 11, 2019 at 16:40 UTC
6d1fbf888fbb6841444ec75419eee715bfcd995b
1 file changed
+1
-1
imap-send.c
+1
-1
@@ -1114,7 +1114,7 @@ static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *f
1114
1115
if (!strcmp(srvc->auth_method, "CRAM-MD5")) {
1116
if (!CAP(AUTH_CRAM_MD5)) {
1117
- fprintf(stderr, "You specified"
1117
+ fprintf(stderr, "You specified "
1118
"CRAM-MD5 as authentication method, "
1119
"but %s doesn't support it.\n", srvc->host);
1120
goto bail;