From c89b05432400437db859ae3fd291dbc226e737d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= Date: Mon, 8 May 2023 18:10:08 +0200 Subject: [PATCH] uspot: accounting.uc: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut VARĂˆNE --- feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc b/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc index 7ec44619d..9d5633408 100755 --- a/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc +++ b/feeds/ucentral/uspot/files/usr/share/uspot/accounting.uc @@ -158,7 +158,7 @@ function radius_interim(interface, mac) { if (radius_acct(interface, mac, payload)) debug(interface, mac, 'iterim acct call'); else - syslog(interface, mac, 'failed to sent interim accounting frame\n'); + syslog(interface, mac, 'failed to send interim accounting frame\n'); clients[interface][mac].timeout.set(clients[interface][mac].interval); }