summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-12-07 05:54:17 +0000
committerBill Marquette <billm@pfsense.org>2008-12-07 05:54:17 +0000
commitddb36cbb504fd799473a6b854398312b728d9882 (patch)
tree5a4f132fcba053acfc9b8b92a21a5dd1c40dbeb1 /usr/local/www/status_gateways.php
parent1ed992d1362a952c53a39db6738092fe2a62f7b3 (diff)
downloadpfsense-ddb36cbb504fd799473a6b854398312b728d9882.zip
pfsense-ddb36cbb504fd799473a6b854398312b728d9882.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/status_gateways.php')
-rwxr-xr-xusr/local/www/status_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php
index a764959..3ac029c 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -118,7 +118,7 @@ include("head.inc");
array_shift($lastchange);
array_shift($lastchange);
$lastchange = implode(" ", $lastchange);
- PRINT "Last succes $lastchange";
+ PRINT "Last success $lastchange";
} else {
print "No data available";
}
OpenPOWER on IntegriCloud