summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.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.php
parent9e3cb876a600087c8fb2fa0af7907b986e304c48 (diff)
downloadpfsense-fbb78d6bbdba6e2f6542c826307e51ad891e9b9f.zip
pfsense-fbb78d6bbdba6e2f6542c826307e51ad891e9b9f.tar.gz
Typo staic
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 2419b00..58dec83 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -632,7 +632,7 @@ if ($act == "delpool") {
if ($act == "del") {
if ($a_maps[$_GET['id']]) {
- /* Remove staic ARP entry, if necessary */
+ /* Remove static ARP entry, if necessary */
if (isset($a_maps[$_GET['id']]['arp_table_static_entry'])) {
mwexec("/usr/sbin/arp -d " . escapeshellarg($a_maps[$_GET['id']]['ipaddr']));
}
OpenPOWER on IntegriCloud