summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlilinjie <102012657+uniontech-lilinjie@users.noreply.github.com>2023-01-12 03:07:09 +0000
committerGitHub <noreply@github.com>2023-01-12 14:07:09 +1100
commite18d8733534c26f397d4e34d40256ce16a04a1f2 (patch)
treeb383451a9b6bdb1e0982e73eea1204eeafa141f9
parent956c492a1828bee383534fd6103c6e2a1a46a302 (diff)
downloadppp-e18d8733534c26f397d4e34d40256ce16a04a1f2.tar.gz
fix typo (#384)
Signed-off-by: lilinjie <lilinjie@uniontech.com>
-rwxr-xr-xscripts/autopppd2
1 files changed, 1 insertions, 1 deletions
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;