Fixed typo in ipa-client-install output

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Thorsten Scherf 2017-04-28 16:40:17 +02:00 committed by Martin Basti
parent 3a4c8e39c3
commit e3f849d541

View File

@ -41,7 +41,7 @@ class HostNameInstallInterface(service.ServiceInstallInterface):
all_ip_addresses = knob(
None,
description="All routable IP addresses configured on any inteface "
description="All routable IP addresses configured on any interface "
"will be added to DNS",
)
all_ip_addresses = prepare_only(all_ip_addresses)