summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "