diff options
author | jim-p <jimp@pfsense.org> | 2017-07-13 20:17:16 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2017-07-13 20:17:16 -0400 |
commit | 2c3b9ac554cc3940962e7f9b1799857583c394ab (patch) | |
tree | 49ce227fe24e1eee34db13dc35ba455b7026ff29 /src | |
parent | ea7b8b000f02374ba332edfedfdc560db02fcdbe (diff) | |
download | pfsense-2c3b9ac554cc3940962e7f9b1799857583c394ab.zip pfsense-2c3b9ac554cc3940962e7f9b1799857583c394ab.tar.gz |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/etc/inc/unbound.inc | 4 |
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 = ""; |