URL: https://github.com/freeipa/freeipa/pull/5349
Author: cipherboy
 Title: #5349: Fix spelling mistake: filen ame -> filename
Action: opened

PR body:
"""
I was trying to figure out why softhsm wasn't getting added to the NSS DB (and 
why p11-kit-proxy) wasn't being removed and I stumbled upon 
https://pagure.io/dogtagpki/issue/3091 and 
https://github.com/freeipa/freeipa/pull/3063. While it was in my mind, figured 
I'd fix this obvious typo. Thanks @tiran :)
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5349/head:pr5349
git checkout pr5349
From b25257e6574c7a20dc93e81cf83e57680e7936ae 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