From 33c07e0faee095585f6602d782a4fc10fbe8747a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 5 Oct 2010 02:19:17 +0200 Subject: Fix typo, CRAM-Md5 -> CRAM-MD5, in -V mode. Reported by Marcel Telka, marcel at telka.sk. --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index e431c0ec..fc399366 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1648,7 +1648,7 @@ static void dump_params (struct runctl *runp, printf(GT_(" OTP authentication will be forced.\n")); break; case A_CRAM_MD5: - printf(GT_(" CRAM-Md5 authentication will be forced.\n")); + printf(GT_(" CRAM-MD5 authentication will be forced.\n")); break; case A_GSSAPI: printf(GT_(" GSSAPI authentication will be forced.\n")); -- cgit v1.2.3