summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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;