From: lilinjie <102012657+uniontech-lilinjie@users.noreply.github.com> Date: Thu, 12 Jan 2023 03:07:09 +0000 (+0000) Subject: fix typo (#384) X-Git-Tag: ppp-2.5.0~19 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=e18d8733534c26f397d4e34d40256ce16a04a1f2;hp=956c492a1828bee383534fd6103c6e2a1a46a302 fix typo (#384) Signed-off-by: lilinjie --- 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;