diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-07-24 10:14:30 -0700 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-07-24 10:14:30 -0700 |
commit | d8a9094c00f80da94d6aa60aa2536745ba90f66d (patch) | |
tree | 963ba1eb6588bd8e42c740b90939c02ac5e9dca4 /config | |
parent | dfdc0c6de20e43411c8da7dc15f589163f86ee0e (diff) | |
parent | 1156fc0a39a8cecc1867f9c88f836697860de030 (diff) | |
download | pfsense-packages-d8a9094c00f80da94d6aa60aa2536745ba90f66d.tar.gz pfsense-packages-d8a9094c00f80da94d6aa60aa2536745ba90f66d.tar.bz2 pfsense-packages-d8a9094c00f80da94d6aa60aa2536745ba90f66d.zip |
Merge pull request #292 from phil-davis/master
Bandwidthd skip_intervals typo fix
Diffstat (limited to 'config')
-rw-r--r-- | config/bandwidthd/bandwidthd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc index bf0f5794..79187e40 100644 --- a/config/bandwidthd/bandwidthd.inc +++ b/config/bandwidthd/bandwidthd.inc @@ -164,7 +164,7 @@ $dev # An interval is 2.5 minutes, this is how many # intervals to skip before doing a graphing run -$skip_inervals +$skip_intervals # Graph cutoff is how many k must be transfered by an # ip before we bother to graph it |