From 75fde43491872d3e2f52e8a523af9e60486fd0e0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 3 Jul 2015 19:14:42 +0300 Subject: Fix minor typos -> overriden -> overridden ablity -> ability enties -> entries the the -> the https://fedorahosted.org/freeipa/ticket/5109 Reviewed-By: Petr Vobornik Reviewed-By: Christian Heimes --- daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c b/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c index c70385dd6..bffaa0120 100644 --- a/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c +++ b/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c @@ -129,7 +129,7 @@ ipadns_entry_iszone( Slapi_Entry *entry ) { * The server calls this plug-in function before executing LDAP ADD operation. * * ipadns_add function adds default value to idnsSOAserial attribute - * in idnsZone objects if the the attribute is not present. + * in idnsZone objects if the attribute is not present. * * Default value is added only to objects coming from other servers * via replication. -- cgit