From 3a580dd9969c2f214d9986bc9cfa3da8fa832f94 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Thu, 8 Aug 2024 03:58:53 +0000 Subject: [PATCH] Fix a typo in log message. --- sbin/iked/radius.c | 4 ++-- 1 file 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 " -- 2.20.1