summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/dns.py
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2014-07-15 20:54:57 -0600
committerPetr Viktorin <pviktori@redhat.com>2014-07-18 10:05:25 +0200
commit9a0aae013393097de655b7c6d1e584b2c8a0a75b (patch)
tree074a96622b9ca5e1072b6da66a74d00c9223f45e /ipalib/plugins/dns.py
parent4254423f8315ac88b0400b261e3b0e4acf015db6 (diff)
downloadfreeipa-9a0aae013393097de655b7c6d1e584b2c8a0a75b.tar.gz
freeipa-9a0aae013393097de655b7c6d1e584b2c8a0a75b.tar.xz
freeipa-9a0aae013393097de655b7c6d1e584b2c8a0a75b.zip
Fix typos in dns.py
https://fedorahosted.org/freeipa/ticket/4429 Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'ipalib/plugins/dns.py')
-rw-r--r--ipalib/plugins/dns.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py
index 4c3497f6c..fdcccb0b7 100644
--- a/ipalib/plugins/dns.py
+++ b/ipalib/plugins/dns.py
@@ -209,11 +209,11 @@ EXAMPLES:
authoritative (e.g. sub.example.com) will be routed to the global forwarder.
Global forwarding configuration can be overridden per-zone.
""") + _("""
- Semantics of forwarding in IPA matches BIND sematics and depends on type
- of the zone:
+ Semantics of forwarding in IPA matches BIND semantics and depends on the type
+ of zone:
* Master zone: local BIND replies authoritatively to queries for data in
the given zone (including authoritative NXDOMAIN answers) and forwarding
- affects only queries for names bellow zone cuts (NS records) of locally
+ affects only queries for names below zone cuts (NS records) of locally
served zones.
* Forward zone: forward zone contains no authoritative data. BIND forwards