summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-07-13 20:17:16 -0400
committerjim-p <jimp@pfsense.org>2017-07-13 20:17:16 -0400
commit2c3b9ac554cc3940962e7f9b1799857583c394ab (patch)
tree49ce227fe24e1eee34db13dc35ba455b7026ff29 /src/etc
parentea7b8b000f02374ba332edfedfdc560db02fcdbe (diff)
downloadpfsense-2c3b9ac554cc3940962e7f9b1799857583c394ab.zip
pfsense-2c3b9ac554cc3940962e7f9b1799857583c394ab.tar.gz
Fix typo
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/unbound.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/unbound.inc b/src/etc/inc/unbound.inc
index c541c87..d9a745c 100644
--- a/src/etc/inc/unbound.inc
+++ b/src/etc/inc/unbound.inc
@@ -536,9 +536,9 @@ function unbound_add_domain_overrides($pvt_rev="", $cfgsubdir = "") {
}
}
-function unbound_generate_zone_data($domain, $hosts, &$added_ptr, $zone_type = "transparent", $write_domiain_zone_declaration = false, $always_add_short_names = false) {
+function unbound_generate_zone_data($domain, $hosts, &$added_ptr, $zone_type = "transparent", $write_domain_zone_declaration = false, $always_add_short_names = false) {
global $config;
- if ($write_domiain_zone_declaration) {
+ if ($write_domain_zone_declaration) {
$zone_data = "local-zone: \"{$domain}.\" {$zone_type}\n";
} else {
$zone_data = "";
OpenPOWER on IntegriCloud