summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/csup/auth.c')
-rw-r--r--usr.bin/csup/auth.c2
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) {
OpenPOWER on IntegriCloud