summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil@jankaritech.com>2017-08-13 10:21:56 +0545
committerGitHub <noreply@github.com>2017-08-13 10:21:56 +0545
commite58d4ccd9ba4d7bffed233d7bc2446ea7b510c8b (patch)
treeb7c4487c9f54a10055d041ffe64b19ebfda62adb /src/usr/local/www
parentba969e6771c990f3da296176ee99746262c2fb31 (diff)
downloadpfsense-e58d4ccd9ba4d7bffed233d7bc2446ea7b510c8b.zip
pfsense-e58d4ccd9ba4d7bffed233d7bc2446ea7b510c8b.tar.gz
Comment typos
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/widgets/widgets/netgate_services_and_support.widget.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/widgets/widgets/netgate_services_and_support.widget.php b/src/usr/local/www/widgets/widgets/netgate_services_and_support.widget.php
index bcfd150..0d8b28b 100644
--- a/src/usr/local/www/widgets/widgets/netgate_services_and_support.widget.php
+++ b/src/usr/local/www/widgets/widgets/netgate_services_and_support.widget.php
@@ -1,6 +1,6 @@
<?php
/*
- * netgate_serives_and_support.widget.php
+ * netgate_services_and_support.widget.php
*
* part of pfSense (https://www.pfsense.org)
* Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
@@ -24,7 +24,7 @@
The connection is made using HTTPS/TLS. No other data is transmitted. If the widget
is not enabled, then no transmission is made
- If the file ontaining the support data exists on the file system and is less than 24 hours old
+ If the file containing the support data exists on the file system and is less than 24 hours old
the file contents are displayed immediately. If not, an AJAX call is made to retrieve fresh information
*/
@@ -39,7 +39,7 @@ $refreshinterval = (24 * 3600); // 24 hours
if ($_REQUEST['ajax']) {
- // Retrieve the support data from Netgate.com if the supprt data file does not exist,
+ // Retrieve the support data from Netgate.com if the support data file does not exist,
// or if it is more than a day old
if (!file_exists($supportfile) || ( time()-filemtime($supportfile) > $refreshinterval)) {
if (file_exists($supportfile)) {
OpenPOWER on IntegriCloud