From: Peter Pentchev Date: Tue, 22 Jun 2010 23:09:01 +0000 (+0200) Subject: Fix a typo in an error message. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904bbe47cf539d2cc4b98135d72fd20ff6160665;p=people%2Fms%2Fdma.git Fix a typo in an error message. --- diff --git a/crypto.c b/crypto.c index 15a9bac..716fd54 100644 --- a/crypto.c +++ b/crypto.c @@ -262,7 +262,7 @@ smtp_auth_md5(int fd, char *login, char *password) /* Send AUTH command according to RFC 2554 */ send_remote_command(fd, "AUTH CRAM-MD5"); if (read_remote(fd, sizeof(buffer), buffer) != 3) { - syslog(LOG_DEBUG, "smarthost authentification:" + syslog(LOG_DEBUG, "smarthost authentication:" " AUTH cram-md5 not available: %s", neterr); /* if cram-md5 is not available */ return (-1);