diff options
author | lulf <lulf@FreeBSD.org> | 2010-03-03 21:22:53 +0000 |
---|---|---|
committer | lulf <lulf@FreeBSD.org> | 2010-03-03 21:22:53 +0000 |
commit | 8ccd6147e7cdcb873963d7fe007c7cf46e8ce350 (patch) | |
tree | 7ddb227c4f2f99b28aa4faabf3560a71b4dc0557 /usr.bin | |
parent | 3c657c6fe3f8346c246a1881f7e12c2d51ce2153 (diff) | |
download | FreeBSD-src-8ccd6147e7cdcb873963d7fe007c7cf46e8ce350.zip FreeBSD-src-8ccd6147e7cdcb873963d7fe007c7cf46e8ce350.tar.gz |
- Fix spelling.
Pointed out by: Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/csup/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/csup/auth.c b/usr.bin/csup/auth.c index 4e79bc5..7a84aca 100644 --- a/usr.bin/csup/auth.c +++ b/usr.bin/csup/auth.c @@ -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) { |