]> git.ozlabs.org Git - ppp.git/commitdiff
fix typo (#384)
authorlilinjie <102012657+uniontech-lilinjie@users.noreply.github.com>
Thu, 12 Jan 2023 03:07:09 +0000 (03:07 +0000)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 03:07:09 +0000 (14:07 +1100)
Signed-off-by: lilinjie <lilinjie@uniontech.com>
scripts/autopppd

index 0730ef6d7cc3a4858b89676e5777e0e78ef28a5d..5d8e5744b7ce175f4e4591a679668f8eca8197a2 100755 (executable)
@@ -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;