Author: lulf
Date: Wed Mar  3 21:22:53 2010
New Revision: 204664
URL: http://svn.freebsd.org/changeset/base/204664

Log:
  - Fix spelling.
  
  Pointed out by:       Pawel Worach <pawel.worach - at - gmail.com>, b. f. 
<bf1783 - at - googlemail.com>

Modified:
  head/usr.bin/csup/auth.c

Modified: head/usr.bin/csup/auth.c
==============================================================================
--- head/usr.bin/csup/auth.c    Wed Mar  3 21:14:12 2010        (r204663)
+++ head/usr.bin/csup/auth.c    Wed Mar  3 21:22:53 2010        (r204664)
@@ -147,7 +147,7 @@ auth_domd5auth(struct config *config)
                        lprintf(-1, "Server failed to authenticate itself to 
client\n");
                        return (STATUS_FAILURE);
                }
-               lprintf(2, "MD5 authentication successfull\n");
+               lprintf(2, "MD5 authentication successful\n");
                return (STATUS_SUCCESS);
        }
        if (strcmp(cmd, "!") == 0) {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to