]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Fix a typo in an error message.
authorPeter Pentchev <roam@ringlet.net>
Tue, 22 Jun 2010 23:09:01 +0000 (01:09 +0200)
committerSimon Schubert <2@0x2c.org>
Tue, 22 Jun 2010 23:09:01 +0000 (01:09 +0200)
crypto.c

index 15a9bac81c13734e5f5758448a284937f2c02bdf..716fd549856ba4079064ea8e5b83a5627587ddc7 100644 (file)
--- 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);