Fix spelling mistake: filen ame -> filename

Signed-off-by: Alexander Scheel <ascheel@redhat.com>
Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
Alexander Scheel 2020-12-16 13:48:01 -05:00 committed by Florence Blanc-Renaud
parent 82e45d1f12
commit 249c76b172

View File

@ -56,7 +56,7 @@ logger = logging.getLogger(__name__)
# /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']),