From e18d8733534c26f397d4e34d40256ce16a04a1f2 Mon Sep 17 00:00:00 2001 From: lilinjie <102012657+uniontech-lilinjie@users.noreply.github.com> Date: Thu, 12 Jan 2023 03:07:09 +0000 Subject: [PATCH] fix typo (#384) Signed-off-by: lilinjie --- scripts/autopppd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autopppd b/scripts/autopppd index 0730ef6..5d8e574 100755 --- a/scripts/autopppd +++ b/scripts/autopppd @@ -134,7 +134,7 @@ while (1) syslog('err', "pppd returned: unknown error ($pppd_code), delayed retry"); $pppd_fail = 1; } - # if it hasn't ran for at least an hour, then somthing went wrong + # if it hasn't ran for at least an hour, then something went wrong elsif ($pppd_run_time < toseconds("01:00:00")) { syslog('err',"pppd session didn't last 1 hour, delayed retry"); $pppd_fail = 1; -- 2.39.2