URL: https://github.com/freeipa/freeipa/pull/703
Author: MartinBasti
 Title: #703: Remove surplus 'the' in output of ipa-adtrust-install
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/703/head:pr703
git checkout pr703
From 334fa04892383733018a6e0fd4e2a9f0c08a3acb Mon Sep 17 00:00:00 2001
From: Martin Basti <mba...@redhat.com>
Date: Mon, 10 Apr 2017 13:39:24 +0200
Subject: [PATCH] Remove surplus 'the' in output of ipa-adtrust-install

Fixing the typo

https://pagure.io/freeipa/issue/6864
---
 ipaserver/install/adtrust.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/adtrust.py b/ipaserver/install/adtrust.py
index b0037e0..69eae38 100644
--- a/ipaserver/install/adtrust.py
+++ b/ipaserver/install/adtrust.py
@@ -226,7 +226,7 @@ def retrieve_and_ask_about_sids(api, options):
         print("Installer can run a task to have ipa-sidgen "
               "Directory Server plugin generate")
         print("the SID identifier for all these users. Please note, "
-              "the in case of a high")
+              "in case of a high")
         print("number of users and groups, the operation might "
               "lead to high replication")
         print("traffic and performance degradation. Refer to "
-- 
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