summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-09-29 09:08:44 +0930
committerPhil Davis <phil.davis@inf.org>2016-09-29 09:08:44 +0930
commitfbb78d6bbdba6e2f6542c826307e51ad891e9b9f (patch)
tree6ed5b22410c259857c43bb6bf840ef72b19b5ef3 /src/usr/local/www/services_dhcp_edit.php
parent9e3cb876a600087c8fb2fa0af7907b986e304c48 (diff)
downloadpfsense-fbb78d6bbdba6e2f6542c826307e51ad891e9b9f.zip
pfsense-fbb78d6bbdba6e2f6542c826307e51ad891e9b9f.tar.gz
Typo staic
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index 0d9ab28..097a660 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -362,7 +362,7 @@ if ($_POST) {
}
}
- /* Configure staic ARP entry, or remove ARP entry if this host is dynamic. See https://redmine.pfsense.org/issues/6821 */
+ /* Configure static ARP entry, or remove ARP entry if this host is dynamic. See https://redmine.pfsense.org/issues/6821 */
if ($mapent['arp_table_static_entry']) {
mwexec("/usr/sbin/arp -S " . escapeshellarg($mapent['ipaddr']) . " " . escapeshellarg($mapent['mac']));
} else {
OpenPOWER on IntegriCloud