diff options
Diffstat (limited to 'usr.bin/csup')
-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) { |