URL: https://github.com/freeipa/freeipa/pull/1283 Author: Akasurde Title: #1283: Trivial typo fix. Action: opened
PR body: """ Fix adds correction to word 'enforce' Signed-off-by: Abhijeet Kasurde <[email protected]> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1283/head:pr1283 git checkout pr1283
From 0f66415cff1e9177032895479a3c3271bcb682dd Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde <[email protected]> Date: Tue, 14 Nov 2017 15:09:46 +0530 Subject: [PATCH] Trivial typo fix. Fix adds correction to word 'enforce' Signed-off-by: Abhijeet Kasurde <[email protected]> --- ipatests/pytest_plugins/integration/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/pytest_plugins/integration/tasks.py b/ipatests/pytest_plugins/integration/tasks.py index d5075135f5..a33710a456 100644 --- a/ipatests/pytest_plugins/integration/tasks.py +++ b/ipatests/pytest_plugins/integration/tasks.py @@ -488,7 +488,7 @@ def establish_trust_with_ad(master, ad_domain, extra_args=()): on the presence of SfU (Services for Unix) support on the AD. Use extra arguments to pass extra arguments to the trust-add command, such - as --range-type="ipa-ad-trust" to enfroce a particular range type. + as --range-type="ipa-ad-trust" to enforce a particular range type. """ # Force KDC to reload MS-PAC info by trying to get TGT for HTTP
_______________________________________________ FreeIPA-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
