mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo in invalid PTR record error message
https://fedorahosted.org/freeipa/ticket/1982
This commit is contained in:
parent
470576a832
commit
b607c5cc5a
@ -648,7 +648,7 @@ class dnsrecord(LDAPObject):
|
||||
for ptr in options['ptrrecord']:
|
||||
if not ptr.endswith('.'):
|
||||
raise errors.ValidationError(name='ptr-rec',
|
||||
error=unicode(_('PTR record \'%s\' is not fully qualified (check traling \'.\')') % ptr))
|
||||
error=unicode(_('PTR record \'%s\' is not fully qualified (check trailing \'.\')') % ptr))
|
||||
|
||||
return dn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user