summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-07-09 23:35:43 -0500
committerChris Buechler <cmb@pfsense.org>2016-07-09 23:36:16 -0500
commit0cb7999c60eba1f23c53820edd2d03beb6d83f82 (patch)
tree5ea28fe51b6338d00cd4b43c934250db21b0a93d /src/usr
parent9a330eff2455c86e2acafb2f4e9df563b4808b6b (diff)
downloadpfsense-0cb7999c60eba1f23c53820edd2d03beb6d83f82.zip
pfsense-0cb7999c60eba1f23c53820edd2d03beb6d83f82.tar.gz
fix typo. noticed-by: phil.davis
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_router_advertisements.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index 3e73fba..0ba7490 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -404,7 +404,7 @@ $section->addInput(new Form_Input(
'number',
$pconfig['ramaxrtradvinterval'],
['min' => 4, 'max' => 1800]
-))->setHelp('The maximum time allowed between sending unsolicted multicast router advertisements in seconds.');
+))->setHelp('The maximum time allowed between sending unsolicited multicast router advertisements in seconds.');
$section->addInput(new Form_Input(
'raadvdefaultlifetime',
OpenPOWER on IntegriCloud