Skip to content

Commit

Permalink
Fix typo in import private rsa key docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Mar 8, 2018
1 parent 9596b5f commit 33886e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securesystemslib/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def import_rsa_privatekey_from_file(filepath, password=None,
If no password is passed or entered, or if the entered password is an empty
string, omit decryption.
Passing and prompting for a passowrd is not possible.
Passing and prompting for a password is not possible.
The returned key is an object in the
'securesystemslib.formats.RSAKEY_SCHEMA' format.
Expand Down

0 comments on commit 33886e4

Please sign in to comment.