summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-13 22:44:46 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-13 22:44:46 -0500
commit3c9befb9689db30155fbffc4593a1085922f0f2b (patch)
treefffe3f22798013344bf10a02c5dce6561b19e0de /src/usr/local/www/services_dhcp.php
parent94621fcce588f8bd8b074cf9c47c36b3aacf70c7 (diff)
downloadpfsense-3c9befb9689db30155fbffc4593a1085922f0f2b.zip
pfsense-3c9befb9689db30155fbffc4593a1085922f0f2b.tar.gz
fix typo
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php4
1 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 43a17c1..ca60cb4 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -645,7 +645,7 @@ if ($act == "del") {
}
}
-// Build an HTML table that can be inseted into a Form_StaticText element
+// Build an HTML table that can be inserted into a Form_StaticText element
function build_pooltable() {
global $a_pools;
@@ -1532,4 +1532,4 @@ events.push(function(){
//]]>
</script>
-<?php include("foot.inc"); \ No newline at end of file
+<?php include("foot.inc");
OpenPOWER on IntegriCloud