Re: [Freeipa-devel] [PATCH] Fix typos in dns.py

2014-07-18 Thread Petr Viktorin

On 07/16/2014 10:18 PM, Nathaniel McCallum wrote:

On Tue, 2014-07-15 at 21:49 -0600, Gabe Alford wrote:

Hello,


Fixes https://fedorahosted.org/freeipa/ticket/4429


ACK



Pushed to master, ipa-4-1, ipa-4-0: 9a0aae013393097de655b7c6d1e584b2c8a0a75b


--
PetrĀ³

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] Fix typos in dns.py

2014-07-16 Thread Nathaniel McCallum
On Tue, 2014-07-15 at 21:49 -0600, Gabe Alford wrote:
 Hello,
 
 
 Fixes https://fedorahosted.org/freeipa/ticket/4429

ACK


___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] Fix typos in dns.py

2014-07-15 Thread Gabe Alford
Hello,

Fixes https://fedorahosted.org/freeipa/ticket/4429

Thanks,

Gabe
From 032d8e8d406ed9adb4c7e0bc948679f51cfedc09 Mon Sep 17 00:00:00 2001
From: Gabe redhatri...@gmail.com
Date: Tue, 15 Jul 2014 20:54:57 -0600
Subject: [PATCH] Fix typos in dns.py

https://fedorahosted.org/freeipa/ticket/4429
---
 ipalib/plugins/dns.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ipalib/plugins/dns.py b/ipalib/plugins/dns.py
index 4c3497f6c74defbde3aa810f9d42b9c19ad870fc..fdcccb0b74a2b044a1ad917d22d2fe9696d7584c 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
-- 
2.0.0

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel