summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-28 10:31:14 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-28 10:31:40 -0300
commiteab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3 (patch)
tree4b40657be90d392c6f5419a2d06a6feaba87d98b /usr/local/bin
parent0b41c2ce61da919898485fb4231b2acdc9b56528 (diff)
downloadpfsense-eab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3.zip
pfsense-eab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3.tar.gz
Fix #3113, fix multiple english spell errors s/seperet/separat/
Diffstat (limited to 'usr/local/bin')
-rwxr-xr-xusr/local/bin/3gstats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/bin/3gstats.php b/usr/local/bin/3gstats.php
index 05c18c9..02f1b17 100755
--- a/usr/local/bin/3gstats.php
+++ b/usr/local/bin/3gstats.php
@@ -11,7 +11,7 @@ if(empty($argv[1])) {
/* Huawei example */
$device = "/dev/{$argv[1]}";
$statfile = "/tmp/3gstats.{$argv[2]}";
-/* mode is a comma seperated value, thus submode is born */
+/* mode is a comma separated value, thus submode is born */
$header = "#seconds,rssi,mode,submode,upstream,downstream,sentbytes,receivedbyts,bwupstream,bwdownstream,simstate,service\n";
$i = 0;
OpenPOWER on IntegriCloud