summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2024-08-08 03:58:54 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2024-08-08 03:58:54 +0000
commit212d58ac7a5f7790af4ccefc723d1cbd9a99a7ff (patch)
tree7944dd62ebd1f2e5ca1a4c6fa5b65ea498decdbf /sbin
parentaea1b97244b4544de56f08f587ac22f3efa9a466 (diff)
Fix a typo in log message.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/iked/radius.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/radius.c b/sbin/iked/radius.c
index 61e9b05a19b..e30a9f17a9d 100644
--- a/sbin/iked/radius.c
+++ b/sbin/iked/radius.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radius.c,v 1.8 2024/07/18 08:58:59 yasuoka Exp $ */
+/* $OpenBSD: radius.c,v 1.9 2024/08/08 03:58:53 yasuoka Exp $ */
/*
* Copyright (c) 2024 Internet Initiative Japan Inc.
@@ -841,7 +841,7 @@ iked_radius_dae_on_event(int fd, short ev, void *ctx)
if (code == RADIUS_CODE_COA_REQUEST) {
code = RADIUS_CODE_COA_NAK;
cause = RADIUS_ERROR_CAUSE_ADMINISTRATIVELY_PROHIBITED;
- nakcause = "Coa-Request is not supprted";
+ nakcause = "Coa-Request is not supported";
goto send;
}
log_warnx("%s: received an invalid RADIUS message "