summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-11-17 23:11:48 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-11-17 23:11:48 +0000
commitc546ca5cf5e011e9f8f7f2d56b18e6df73fedd07 (patch)
treeff661c6393daf4cb5b7aa19754741a77becb890e /usr
parent1df17ba963a9830102333393142b333ca2123d01 (diff)
downloadpfsense-c546ca5cf5e011e9f8f7f2d56b18e6df73fedd07.zip
pfsense-c546ca5cf5e011e9f8f7f2d56b18e6df73fedd07.tar.gz
Fix Spelling
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 1c38766..e03864b 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -153,7 +153,7 @@ default:
function humantime($timestamp){
$difference = $timestamp;
- $periods = array("second", "minute", "hour", "day", "week", "month", "years", "decade");
+ $periods = array("second", "minute", "hour", "day", "week", "month", "year", "decade");
$lengths = array("60","60","24","7","4.35","12","10");
for($j = 0; $difference >= $lengths[$j]; $j++)
$difference /= $lengths[$j];
OpenPOWER on IntegriCloud