From cf6bac5fd9ef53916ea5a147b02726b6b7e6e555 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Tue, 19 Oct 2021 18:41:58 +0200 Subject: [PATCH] chore(keyringctl): fix typo in docstring for convert_certificate --- keyringctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyringctl b/keyringctl index 2e1012e..ba212bd 100755 --- a/keyringctl +++ b/keyringctl @@ -145,7 +145,7 @@ def convert_certificate( # noqa: ignore=C901 """Convert a single file public key certificate into a decomposed directory structure of multiple PGP packets The output directory structure is created per user. The username is derived from the certificate (or overridden). - Below the username directory a directory tree describes the public keys componentes split up into certifications + Below the username directory a directory tree describes the public keys components split up into certifications and revocations, as well as per subkey and per uid certifications and revocations. Parameters