summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-09-28 20:12:17 -0400
committerjim-p <jimp@pfsense.org>2016-09-28 20:12:17 -0400
commit2fb0c0a71bf47d045ac74da93fbddb5a261cd0f1 (patch)
tree11c2426903d0c34ab700ae37c1acf111fdd4742d /src
parent852647eeb457b7c7aaa7968350b5f327c53ea780 (diff)
parentfbb78d6bbdba6e2f6542c826307e51ad891e9b9f (diff)
downloadpfsense-2fb0c0a71bf47d045ac74da93fbddb5a261cd0f1.zip
pfsense-2fb0c0a71bf47d045ac74da93fbddb5a261cd0f1.tar.gz
Merge pull request #3162 from phil-davis/staic
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dhcp.php2
-rw-r--r--src/usr/local/www/services_dhcp_edit.php2
2 files changed, 2 insertions, 2 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']));
}
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