diff options
author | crocomo <crocomo@btree.de> | 2014-02-23 20:21:53 +0100 |
---|---|---|
committer | crocomo <crocomo@btree.de> | 2014-02-23 20:21:53 +0100 |
commit | 5224a6c3f83f0d980f106a589830ffcfab30821d (patch) | |
tree | 0f7c96f2a908b9485eff57870a312a1ea25e325f /config | |
parent | bcf8280b5c2c252fd8f00687724ac8631aa11732 (diff) | |
download | pfsense-packages-5224a6c3f83f0d980f106a589830ffcfab30821d.tar.gz pfsense-packages-5224a6c3f83f0d980f106a589830ffcfab30821d.tar.bz2 pfsense-packages-5224a6c3f83f0d980f106a589830ffcfab30821d.zip |
Typo s/reveser/reverse
Diffstat (limited to 'config')
-rw-r--r-- | config/bind/bind_zones.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index be4da9cf..3506df63 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -126,7 +126,7 @@ <fieldname>name</fieldname> <description><![CDATA[Enter the name for zone (ex:mydomain.com)<br> For reverse zones, include zone ip in reverse order or following your provider instructions.(Ex: 1.168.192)<br> - IN-ADDR.ARPA will be automaticaly included on conf files when reveser zone option is checked.]]></description> + IN-ADDR.ARPA will be automaticaly included on conf files when reverse zone option is checked.]]></description> <type>input</type> <required/> </field> |