Skip to content

Commit fb832b7

Browse files
committed
Fix typo
Signed-off-by: Martin Vrachev <[email protected]>
1 parent 516d8d8 commit fb832b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securesystemslib/gpg/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_signature(content, keyid=None, homedir=None):
5050
identified by the passed keyid from the gpg keyring at the passed homedir.
5151
5252
The executed base command is defined in
53-
securesystemslib.gpgp.constants.GPG_SIGN_COMMAND.
53+
securesystemslib.gpg.constants.GPG_SIGN_COMMAND.
5454
5555
NOTE: On not fully supported versions of GPG, i.e. versions below
5656
securesystemslib.gpg.constants.FULLY_SUPPORTED_MIN_VERSION the returned

0 commit comments

Comments
 (0)