URL: https://github.com/freeipa/freeipa/pull/5352
Author: flo-renaud
 Title: #5352: [Backport][ipa-4-8] Fix spelling mistake: filen ame -> filename
Action: opened

PR body:
"""
This PR was opened automatically because PR #5349 was pushed to master and 
backport to ipa-4-8 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5352/head:pr5352
git checkout pr5352
From 842befffb631718638ef0a3520baddacb05cf9d0 Mon Sep 17 00:00:00 2001
From: Alexander Scheel <asch...@redhat.com>
Date: Wed, 16 Dec 2020 13:48:01 -0500
Subject: [PATCH] Fix spelling mistake: filen ame -> filename

Signed-off-by: Alexander Scheel <asch...@redhat.com>
---
 ipaplatform/redhat/tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaplatform/redhat/tasks.py b/ipaplatform/redhat/tasks.py
index 2b92c649bf5..0d87aa55ad8 100644
--- a/ipaplatform/redhat/tasks.py
+++ b/ipaplatform/redhat/tasks.py
@@ -56,7 +56,7 @@
 
 
 # /etc/pkcs11/modules override
-# base filen ame, module, list of disabled-in
+# base filename, module, list of disabled-in
 # 'p11-kit-proxy' disables proxying of module, see man(5) pkcs11.conf
 PKCS11_MODULES = [
     ('softhsm2', paths.LIBSOFTHSM2_SO, ['p11-kit-proxy']),
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to