URL: https://github.com/freeipa/freeipa/pull/750
Author: tscherf
 Title: #750: Fixed typo in ipa-client-install help output
Action: opened

PR body:
"""
Fixed typo in option "--all-ip-addresses" from "ipa-client-install".

"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/750/head:pr750
git checkout pr750
From 74025761b44b7e3456a10f0c6d4b74f4296e577a Mon Sep 17 00:00:00 2001
From: Thorsten Scherf <tsch...@redhat.com>
Date: Fri, 28 Apr 2017 16:40:17 +0200
Subject: [PATCH] Fixed typo in ipa-client-install output

---
 ipalib/install/hostname.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipalib/install/hostname.py b/ipalib/install/hostname.py
index 74c569d..ecc2963 100644
--- a/ipalib/install/hostname.py
+++ b/ipalib/install/hostname.py
@@ -41,7 +41,7 @@ def ip_addresses(self, values):
 
     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)
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to